Uses of Class
org.keycloak.common.util.MultivaluedHashMap
Package
Description
-
Uses of MultivaluedHashMap in org.keycloak.common.util
Modifier 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) Modifier and TypeMethodDescriptionfinal void
MultivaluedHashMap.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) boolean
MultivaluedHashMap.equalsIgnoreValueOrder
(MultivaluedHashMap<K, V> omap) -
Uses of MultivaluedHashMap in org.keycloak.component
Modifier and TypeMethodDescriptionvoid
ComponentModel.setConfig
(MultivaluedHashMap<String, String> config) -
Uses of MultivaluedHashMap in org.keycloak.credential
Modifier and TypeMethodDescriptionvoid
CredentialModel.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
Modifier and TypeMethodDescriptionExportUtils.exportComponents
(RealmModel realm, String parentId) -
Uses of MultivaluedHashMap in org.keycloak.federation.kerberos
Modifier and TypeFieldDescriptionprotected MultivaluedHashMap<String,
String> CommonKerberosConfig.userStorageConfig
Modifier and TypeMethodDescriptionprotected MultivaluedHashMap<String,
String> CommonKerberosConfig.getConfig()
-
Uses of MultivaluedHashMap in org.keycloak.models.cache.infinispan.entities
Modifier and TypeFieldDescriptionprotected MultivaluedHashMap<String,
AuthenticationExecutionModel> CachedRealm.authenticationExecutions
protected MultivaluedHashMap<String,
ComponentModel> CachedRealm.componentsByParent
protected MultivaluedHashMap<String,
ComponentModel> CachedRealm.componentsByParentAndType
protected MultivaluedHashMap<String,
IdentityProviderMapperModel> CachedRealm.identityProviderMappers
Modifier 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
Modifier and TypeMethodDescriptionPasswordCredentialData.getAdditionalParameters()
Returns a map of algorithm-specific settings.PasswordSecretData.getAdditionalParameters()
-
Uses of MultivaluedHashMap in org.keycloak.models.map.datastore
Modifier and TypeMethodDescriptionprotected static void
MapExportImportManager.clearExistingComponents
(RealmModel newRealm, MultivaluedHashMap<String, ComponentExportRepresentation> components) protected static void
MapExportImportManager.importComponents
(RealmModel newRealm, MultivaluedHashMap<String, ComponentExportRepresentation> components, String parentId) -
Uses of MultivaluedHashMap in org.keycloak.provider
Modifier and TypeMethodDescriptionMultivaluedHashMap<Class<? extends Provider>,
ProviderFactory> ProviderManager.getLoadedFactories()
returns a copy of internal factories. -
Uses of MultivaluedHashMap in org.keycloak.representations.idm
Modifier and TypeMethodDescriptionRealmRepresentation.getComponents()
ComponentExportRepresentation.getConfig()
ComponentRepresentation.getConfig()
CredentialRepresentation.getConfig()
Deprecated.ComponentExportRepresentation.getSubComponents()
Modifier and TypeMethodDescriptionvoid
RealmRepresentation.setComponents
(MultivaluedHashMap<String, ComponentExportRepresentation> components) void
ComponentExportRepresentation.setConfig
(MultivaluedHashMap<String, String> config) void
ComponentRepresentation.setConfig
(MultivaluedHashMap<String, String> config) void
ComponentExportRepresentation.setSubComponents
(MultivaluedHashMap<String, ComponentExportRepresentation> subComponents) -
Uses of MultivaluedHashMap in org.keycloak.storage.datastore
Modifier and TypeMethodDescriptionprotected static void
LegacyExportImportManager.importComponents
(RealmModel newRealm, MultivaluedHashMap<String, ComponentExportRepresentation> components, String parentId) -
Uses of MultivaluedHashMap in org.keycloak.storage.federated
Modifier and TypeMethodDescriptionUserAttributeFederatedStorage.getAttributes
(RealmModel realm, String userId) -
Uses of MultivaluedHashMap in org.keycloak.storage.jpa
Modifier and TypeMethodDescriptionJpaUserFederatedStorageProvider.getAttributes
(RealmModel realm, String userId) -
Uses of MultivaluedHashMap in org.keycloak.storage.ldap
CredentialModel.getCredentialData()
instead and use the subtype of CredentialData specific to your credential