Uses of Class
org.keycloak.common.util.MultivaluedHashMap
Packages that use MultivaluedHashMap
Package
Description
-
Uses of MultivaluedHashMap in org.keycloak.common.util
Methods in org.keycloak.common.util that return MultivaluedHashMapModifier and TypeMethodDescriptionstatic 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 MultivaluedHashMapModifier and TypeMethodDescriptionfinal 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 -
Uses of MultivaluedHashMap in org.keycloak.component
Methods in org.keycloak.component that return MultivaluedHashMapMethods in org.keycloak.component with parameters of type MultivaluedHashMapModifier and TypeMethodDescriptionvoidComponentModel.setConfig(MultivaluedHashMap<String, String> config) -
Uses of MultivaluedHashMap in org.keycloak.credential
Methods in org.keycloak.credential that return MultivaluedHashMapMethods in org.keycloak.credential with parameters of type MultivaluedHashMapModifier and TypeMethodDescriptionvoidCredentialModel.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.util
Methods in org.keycloak.exportimport.util that return MultivaluedHashMapModifier and TypeMethodDescriptionExportUtils.exportComponents(RealmModel realm, String parentId) -
Uses of MultivaluedHashMap in org.keycloak.federation.kerberos
Fields in org.keycloak.federation.kerberos declared as MultivaluedHashMapModifier and TypeFieldDescriptionprotected MultivaluedHashMap<String,String> CommonKerberosConfig.userStorageConfigMethods in org.keycloak.federation.kerberos that return MultivaluedHashMapModifier and TypeMethodDescriptionprotected MultivaluedHashMap<String,String> CommonKerberosConfig.getConfig() -
Uses of MultivaluedHashMap in org.keycloak.models.cache.infinispan.entities
Fields in org.keycloak.models.cache.infinispan.entities declared as MultivaluedHashMapModifier and TypeFieldDescriptionprotected 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 MultivaluedHashMapModifier and TypeMethodDescriptionCachedGroup.getAttributes(Supplier<GroupModel> group) CachedRole.getAttributes(Supplier<RoleModel> roleModel) CachedUser.getAttributes(Supplier<UserModel> userModel) CachedRealm.getAuthenticationExecutions()CachedRealm.getComponentsByParent()CachedRealm.getComponentsByParentAndType()CachedRealm.getIdentityProviderMappers() -
Uses of MultivaluedHashMap in org.keycloak.models.credential.dto
Methods in org.keycloak.models.credential.dto that return MultivaluedHashMapModifier and TypeMethodDescriptionPasswordCredentialData.getAdditionalParameters()Returns a map of algorithm-specific settings.PasswordSecretData.getAdditionalParameters() -
Uses of MultivaluedHashMap in org.keycloak.models.map.datastore
Methods in org.keycloak.models.map.datastore with parameters of type MultivaluedHashMapModifier and TypeMethodDescriptionprotected 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.provider
Methods in org.keycloak.provider that return MultivaluedHashMapModifier and TypeMethodDescriptionMultivaluedHashMap<Class<? extends Provider>,ProviderFactory> ProviderManager.getLoadedFactories()returns a copy of internal factories. -
Uses of MultivaluedHashMap in org.keycloak.representations.idm
Methods in org.keycloak.representations.idm that return MultivaluedHashMapModifier and TypeMethodDescriptionRealmRepresentation.getComponents()ComponentExportRepresentation.getConfig()ComponentRepresentation.getConfig()CredentialRepresentation.getConfig()Deprecated.ComponentExportRepresentation.getSubComponents()Methods in org.keycloak.representations.idm with parameters of type MultivaluedHashMapModifier and TypeMethodDescriptionvoidRealmRepresentation.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.datastore
Methods in org.keycloak.storage.datastore with parameters of type MultivaluedHashMapModifier and TypeMethodDescriptionprotected static voidLegacyExportImportManager.importComponents(RealmModel newRealm, MultivaluedHashMap<String, ComponentExportRepresentation> components, String parentId) -
Uses of MultivaluedHashMap in org.keycloak.storage.federated
Methods in org.keycloak.storage.federated that return MultivaluedHashMapModifier and TypeMethodDescriptionUserAttributeFederatedStorage.getAttributes(RealmModel realm, String userId) -
Uses of MultivaluedHashMap in org.keycloak.storage.jpa
Methods in org.keycloak.storage.jpa that return MultivaluedHashMapModifier and TypeMethodDescriptionJpaUserFederatedStorageProvider.getAttributes(RealmModel realm, String userId) -
Uses of MultivaluedHashMap in org.keycloak.storage.ldap
Constructors in org.keycloak.storage.ldap with parameters of type MultivaluedHashMap
CredentialModel.getCredentialData()instead and use the subtype of CredentialData specific to your credential