Uses of Class
org.keycloak.common.util.MultivaluedHashMap
-
-
Uses of MultivaluedHashMap in org.keycloak.common.util
Methods 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 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)
Constructors in org.keycloak.common.util with parameters of type MultivaluedHashMap Constructor Description MultivaluedHashMap(MultivaluedHashMap<K,V> config)
-
Uses of MultivaluedHashMap in org.keycloak.component
Methods 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 void
ComponentModel. setConfig(MultivaluedHashMap<String,String> config)
-
Uses of MultivaluedHashMap in org.keycloak.credential
Methods 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 void
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 MultivaluedHashMap Modifier and Type Method Description static MultivaluedHashMap<String,ComponentExportRepresentation>
ExportUtils. exportComponents(RealmModel realm, String parentId)
-
Uses of MultivaluedHashMap in org.keycloak.federation.kerberos
Fields in org.keycloak.federation.kerberos declared as MultivaluedHashMap Modifier and Type Field Description protected MultivaluedHashMap<String,String>
CommonKerberosConfig. userStorageConfig
Methods 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.model
Methods 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.entities
Fields in org.keycloak.models.cache.infinispan.entities declared as MultivaluedHashMap Modifier and Type Field Description protected MultivaluedHashMap<String,AuthenticationExecutionModel>
CachedRealm. authenticationExecutions
protected MultivaluedHashMap<String,ComponentModel>
CachedRealm. componentsByParent
protected MultivaluedHashMap<String,ComponentModel>
CachedRealm. componentsByParentAndType
protected MultivaluedHashMap<String,IdentityProviderMapperModel>
CachedRealm. identityProviderMappers
Methods 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.dto
Methods 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.datastore
Methods in org.keycloak.models.map.datastore with parameters of type MultivaluedHashMap Modifier and Type Method Description protected 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
Methods 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.idm
Methods 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 void
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 MultivaluedHashMap Modifier and Type Method Description protected static void
LegacyExportImportManager. 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 MultivaluedHashMap Modifier and Type Method Description MultivaluedHashMap<String,String>
UserAttributeFederatedStorage. getAttributes(RealmModel realm, String userId)
-
Uses of MultivaluedHashMap in org.keycloak.storage.jpa
Methods 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.ldap
Constructors in org.keycloak.storage.ldap with parameters of type MultivaluedHashMap Constructor Description LDAPConfig(MultivaluedHashMap<String,String> config)
-