Modifier and Type | Method and Description |
---|---|
static MultivaluedHashMap<String,String> |
Encode.decode(MultivaluedHashMap<String,String> map)
decode an encoded map
|
static MultivaluedHashMap<String,String> |
Encode.decode(MultivaluedHashMap<String,String> map,
String charset)
decode an encoded map
|
static MultivaluedHashMap<String,String> |
UriUtils.decodeQueryString(String queryString) |
static MultivaluedHashMap<String,String> |
Encode.encode(MultivaluedHashMap<String,String> map) |
Modifier and Type | Method and Description |
---|---|
void |
MultivaluedHashMap.addAll(MultivaluedHashMap<K,V> other) |
static MultivaluedHashMap<String,String> |
Encode.decode(MultivaluedHashMap<String,String> map)
decode an encoded map
|
static MultivaluedHashMap<String,String> |
Encode.decode(MultivaluedHashMap<String,String> map,
String charset)
decode an encoded map
|
static MultivaluedHashMap<String,String> |
Encode.encode(MultivaluedHashMap<String,String> map) |
boolean |
MultivaluedHashMap.equalsIgnoreValueOrder(MultivaluedHashMap<K,V> omap) |
Constructor and Description |
---|
MultivaluedHashMap(MultivaluedHashMap<K,V> config) |
Modifier and Type | Method and Description |
---|---|
MultivaluedHashMap<String,String> |
ComponentModel.getConfig() |
Modifier and Type | Method and Description |
---|---|
void |
ComponentModel.setConfig(MultivaluedHashMap<String,String> config) |
Modifier and Type | Method and Description |
---|---|
MultivaluedHashMap<String,String> |
CredentialModel.getConfig()
Deprecated.
Recommended to use
CredentialModel.getCredentialData() instead and use the subtype of CredentialData specific to your credential |
Modifier and Type | Method and Description |
---|---|
void |
CredentialModel.setConfig(MultivaluedHashMap<String,String> config)
Deprecated.
Recommended to use
CredentialModel.setCredentialData(String) instead and use the subtype of CredentialData specific to your credential |
Modifier and Type | Method and Description |
---|---|
static MultivaluedHashMap<String,ComponentExportRepresentation> |
ExportUtils.exportComponents(RealmModel realm,
String parentId) |
Modifier and Type | Field and Description |
---|---|
protected MultivaluedHashMap<String,String> |
CommonKerberosConfig.userStorageConfig |
Modifier and Type | Method and Description |
---|---|
protected MultivaluedHashMap<String,String> |
CommonKerberosConfig.getConfig() |
Modifier and Type | Method and Description |
---|---|
MultivaluedHashMap<String,ApplicationsBean.ClientRoleEntry> |
ApplicationsBean.ApplicationEntry.getResourceRolesAvailable() |
Constructor and Description |
---|
ApplicationEntry(KeycloakSession session,
List<RoleModel> realmRolesAvailable,
MultivaluedHashMap<String,ApplicationsBean.ClientRoleEntry> resourceRolesAvailable,
ClientModel client,
List<String> clientScopesGranted,
List<String> additionalGrants) |
Modifier and Type | Field and 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 |
Modifier and Type | Method and 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() |
Modifier and Type | Method and Description |
---|---|
protected static void |
RepresentationToModel.importComponents(RealmModel newRealm,
MultivaluedHashMap<String,ComponentExportRepresentation> components,
String parentId) |
Modifier and Type | Method and Description |
---|---|
MultivaluedHashMap<Class<? extends Provider>,ProviderFactory> |
ProviderManager.getLoadedFactories()
returns a copy of internal factories.
|
Modifier and Type | Method and Description |
---|---|
MultivaluedHashMap<String,ComponentExportRepresentation> |
RealmRepresentation.getComponents() |
MultivaluedHashMap<String,String> |
CredentialRepresentation.getConfig()
Deprecated.
|
MultivaluedHashMap<String,String> |
ComponentRepresentation.getConfig() |
MultivaluedHashMap<String,String> |
ComponentExportRepresentation.getConfig() |
MultivaluedHashMap<String,ComponentExportRepresentation> |
ComponentExportRepresentation.getSubComponents() |
Modifier and Type | Method and Description |
---|---|
void |
RealmRepresentation.setComponents(MultivaluedHashMap<String,ComponentExportRepresentation> components) |
void |
ComponentRepresentation.setConfig(MultivaluedHashMap<String,String> config) |
void |
ComponentExportRepresentation.setConfig(MultivaluedHashMap<String,String> config) |
void |
ComponentExportRepresentation.setSubComponents(MultivaluedHashMap<String,ComponentExportRepresentation> subComponents) |
Modifier and Type | Method and Description |
---|---|
MultivaluedHashMap<String,String> |
UserAttributeFederatedStorage.getAttributes(RealmModel realm,
String userId) |
Modifier and Type | Method and Description |
---|---|
MultivaluedHashMap<String,String> |
JpaUserFederatedStorageProvider.getAttributes(RealmModel realm,
String userId) |
Constructor and Description |
---|
LDAPConfig(MultivaluedHashMap<String,String> config) |
Copyright © 2020 JBoss by Red Hat. All rights reserved.