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) static MultivaluedHashMap<String,
String> UriUtils.parseQueryParameters
(String queryString, boolean decode) Methods in org.keycloak.common.util with parameters of type 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> Encode.encode
(MultivaluedHashMap<String, String> map) 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 TypeMethodDescriptionvoid
ComponentModel.MultiMapEntry.insert
(MultivaluedHashMap<String, String> config) void
ComponentModel.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 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
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.userStorageConfig
Methods 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.authenticationExecutions
Methods 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()
-
Uses of MultivaluedHashMap in org.keycloak.models.cache.infinispan.organization
Methods in org.keycloak.models.cache.infinispan.organization that return MultivaluedHashMapModifier and TypeMethodDescriptionCachedOrganization.getAttributes
(Supplier<OrganizationModel> organizationModel) -
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.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 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
Methods in org.keycloak.storage.datastore with parameters of type MultivaluedHashMapModifier and TypeMethodDescriptionprotected static void
DefaultExportImportManager.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