Uses of Class
org.keycloak.common.util.MultivaluedHashMap
- 
- 
Uses of MultivaluedHashMap in org.keycloak.common.utilMethods in org.keycloak.common.util that return MultivaluedHashMap Modifier and Type Method Description static MultivaluedHashMap<String,String>Encode. decode(MultivaluedHashMap<String,String> map)decode an encoded mapstatic MultivaluedHashMap<String,String>Encode. decode(MultivaluedHashMap<String,String> map, String charset)decode an encoded mapstatic MultivaluedHashMap<String,String>UriUtils. decodeQueryString(String queryString)static MultivaluedHashMap<String,String>Encode. encode(MultivaluedHashMap<String,String> map)Methods in org.keycloak.common.util with parameters of type MultivaluedHashMap Modifier and Type Method Description voidMultivaluedHashMap. addAll(MultivaluedHashMap<K,V> other)static MultivaluedHashMap<String,String>Encode. decode(MultivaluedHashMap<String,String> map)decode an encoded mapstatic MultivaluedHashMap<String,String>Encode. decode(MultivaluedHashMap<String,String> map, String charset)decode an encoded mapstatic MultivaluedHashMap<String,String>Encode. encode(MultivaluedHashMap<String,String> map)booleanMultivaluedHashMap. equalsIgnoreValueOrder(MultivaluedHashMap<K,V> omap)Constructors in org.keycloak.common.util with parameters of type MultivaluedHashMap Constructor Description MultivaluedHashMap(MultivaluedHashMap<K,V> config)
- 
Uses of MultivaluedHashMap in org.keycloak.componentMethods in org.keycloak.component that return MultivaluedHashMap Modifier and Type Method Description MultivaluedHashMap<String,String>ComponentModel. getConfig()Methods in org.keycloak.component with parameters of type MultivaluedHashMap Modifier and Type Method Description voidComponentModel. setConfig(MultivaluedHashMap<String,String> config)
- 
Uses of MultivaluedHashMap in org.keycloak.credentialMethods in org.keycloak.credential that return MultivaluedHashMap Modifier and Type Method Description MultivaluedHashMap<String,String>CredentialModel. getConfig()Deprecated.Recommended to useCredentialModel.getCredentialData()instead and use the subtype of CredentialData specific to your credentialMethods in org.keycloak.credential with parameters of type MultivaluedHashMap Modifier and Type Method Description voidCredentialModel. setConfig(MultivaluedHashMap<String,String> config)Deprecated.Recommended to useCredentialModel.setCredentialData(String)instead and use the subtype of CredentialData specific to your credential
- 
Uses of MultivaluedHashMap in org.keycloak.exportimport.utilMethods in org.keycloak.exportimport.util that return MultivaluedHashMap Modifier and Type Method Description static MultivaluedHashMap<String,ComponentExportRepresentation>ExportUtils. exportComponents(RealmModel realm, String parentId)
- 
Uses of MultivaluedHashMap in org.keycloak.federation.kerberosFields in org.keycloak.federation.kerberos declared as MultivaluedHashMap Modifier and Type Field Description protected MultivaluedHashMap<String,String>CommonKerberosConfig. userStorageConfigMethods in org.keycloak.federation.kerberos that return MultivaluedHashMap Modifier and Type Method Description protected MultivaluedHashMap<String,String>CommonKerberosConfig. getConfig()
- 
Uses of MultivaluedHashMap in org.keycloak.forms.account.freemarker.modelMethods in org.keycloak.forms.account.freemarker.model that return MultivaluedHashMap Modifier and Type Method Description MultivaluedHashMap<String,ApplicationsBean.ClientRoleEntry>ApplicationsBean.ApplicationEntry. getResourceRolesAvailable()Constructors in org.keycloak.forms.account.freemarker.model with parameters of type MultivaluedHashMap Constructor Description ApplicationEntry(KeycloakSession session, List<RoleModel> realmRolesAvailable, MultivaluedHashMap<String,ApplicationsBean.ClientRoleEntry> resourceRolesAvailable, ClientModel client, List<String> clientScopesGranted, List<String> additionalGrants)
- 
Uses of MultivaluedHashMap in org.keycloak.models.cache.infinispan.entitiesFields in org.keycloak.models.cache.infinispan.entities declared as MultivaluedHashMap Modifier and Type Field Description protected MultivaluedHashMap<String,AuthenticationExecutionModel>CachedRealm. authenticationExecutionsprotected MultivaluedHashMap<String,ComponentModel>CachedRealm. componentsByParentprotected MultivaluedHashMap<String,ComponentModel>CachedRealm. componentsByParentAndTypeprotected MultivaluedHashMap<String,IdentityProviderMapperModel>CachedRealm. identityProviderMappersMethods in org.keycloak.models.cache.infinispan.entities that return MultivaluedHashMap Modifier and Type Method Description MultivaluedHashMap<String,String>CachedGroup. getAttributes(Supplier<GroupModel> group)MultivaluedHashMap<String,String>CachedRole. getAttributes(Supplier<RoleModel> roleModel)MultivaluedHashMap<String,String>CachedUser. getAttributes(Supplier<UserModel> userModel)MultivaluedHashMap<String,AuthenticationExecutionModel>CachedRealm. getAuthenticationExecutions()MultivaluedHashMap<String,ComponentModel>CachedRealm. getComponentsByParent()MultivaluedHashMap<String,ComponentModel>CachedRealm. getComponentsByParentAndType()MultivaluedHashMap<String,IdentityProviderMapperModel>CachedRealm. getIdentityProviderMappers()
- 
Uses of MultivaluedHashMap in org.keycloak.models.credential.dtoMethods in org.keycloak.models.credential.dto that return MultivaluedHashMap Modifier and Type Method Description MultivaluedHashMap<String,String>PasswordCredentialData. getAdditionalParameters()Returns a map of algorithm-specific settings.MultivaluedHashMap<String,String>PasswordSecretData. getAdditionalParameters()
- 
Uses of MultivaluedHashMap in org.keycloak.models.map.datastoreMethods in org.keycloak.models.map.datastore with parameters of type MultivaluedHashMap Modifier and Type Method Description protected static voidMapExportImportManager. clearExistingComponents(RealmModel newRealm, MultivaluedHashMap<String,ComponentExportRepresentation> components)protected static voidMapExportImportManager. importComponents(RealmModel newRealm, MultivaluedHashMap<String,ComponentExportRepresentation> components, String parentId)
- 
Uses of MultivaluedHashMap in org.keycloak.providerMethods in org.keycloak.provider that return MultivaluedHashMap Modifier and Type Method Description MultivaluedHashMap<Class<? extends Provider>,ProviderFactory>ProviderManager. getLoadedFactories()returns a copy of internal factories.
- 
Uses of MultivaluedHashMap in org.keycloak.representations.idmMethods in org.keycloak.representations.idm that return MultivaluedHashMap Modifier and Type Method Description MultivaluedHashMap<String,ComponentExportRepresentation>RealmRepresentation. getComponents()MultivaluedHashMap<String,String>ComponentExportRepresentation. getConfig()MultivaluedHashMap<String,String>ComponentRepresentation. getConfig()MultivaluedHashMap<String,String>CredentialRepresentation. getConfig()Deprecated.MultivaluedHashMap<String,ComponentExportRepresentation>ComponentExportRepresentation. getSubComponents()Methods in org.keycloak.representations.idm with parameters of type MultivaluedHashMap Modifier and Type Method Description voidRealmRepresentation. setComponents(MultivaluedHashMap<String,ComponentExportRepresentation> components)voidComponentExportRepresentation. setConfig(MultivaluedHashMap<String,String> config)voidComponentRepresentation. setConfig(MultivaluedHashMap<String,String> config)voidComponentExportRepresentation. setSubComponents(MultivaluedHashMap<String,ComponentExportRepresentation> subComponents)
- 
Uses of MultivaluedHashMap in org.keycloak.storage.datastoreMethods in org.keycloak.storage.datastore with parameters of type MultivaluedHashMap Modifier and Type Method Description protected static voidLegacyExportImportManager. importComponents(RealmModel newRealm, MultivaluedHashMap<String,ComponentExportRepresentation> components, String parentId)
- 
Uses of MultivaluedHashMap in org.keycloak.storage.federatedMethods in org.keycloak.storage.federated that return MultivaluedHashMap Modifier and Type Method Description MultivaluedHashMap<String,String>UserAttributeFederatedStorage. getAttributes(RealmModel realm, String userId)
- 
Uses of MultivaluedHashMap in org.keycloak.storage.jpaMethods in org.keycloak.storage.jpa that return MultivaluedHashMap Modifier and Type Method Description MultivaluedHashMap<String,String>JpaUserFederatedStorageProvider. getAttributes(RealmModel realm, String userId)
- 
Uses of MultivaluedHashMap in org.keycloak.storage.ldapConstructors in org.keycloak.storage.ldap with parameters of type MultivaluedHashMap Constructor Description LDAPConfig(MultivaluedHashMap<String,String> config)
 
-