Modifier and Type | Method and Description |
---|---|
static MultivaluedHashMap<String,String> |
Encode.decode(MultivaluedHashMap<String,String> map)
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.encode(MultivaluedHashMap<String,String> map) |
boolean |
MultivaluedHashMap.equalsIgnoreValueOrder(MultivaluedHashMap<K,V> omap) |
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,ApplicationsBean.ClientRoleEntry> |
ApplicationsBean.ApplicationEntry.getResourceRolesAvailable() |
MultivaluedHashMap<String,ApplicationsBean.ClientRoleEntry> |
ApplicationsBean.ApplicationEntry.getResourceRolesGranted() |
Constructor and Description |
---|
ApplicationEntry(List<RoleModel> realmRolesAvailable,
MultivaluedHashMap<String,ApplicationsBean.ClientRoleEntry> resourceRolesAvailable,
List<RoleModel> realmRolesGranted,
MultivaluedHashMap<String,ApplicationsBean.ClientRoleEntry> resourceRolesGranted,
ClientModel client,
List<String> claimsGranted,
List<String> additionalGrants) |
ApplicationEntry(List<RoleModel> realmRolesAvailable,
MultivaluedHashMap<String,ApplicationsBean.ClientRoleEntry> resourceRolesAvailable,
List<RoleModel> realmRolesGranted,
MultivaluedHashMap<String,ApplicationsBean.ClientRoleEntry> resourceRolesGranted,
ClientModel client,
List<String> claimsGranted,
List<String> additionalGrants) |
Modifier and Type | Field and Description |
---|---|
protected MultivaluedHashMap<String,AuthenticationExecutionModel> |
CachedRealm.authenticationExecutions |
protected MultivaluedHashMap<String,ComponentModel> |
CachedRealm.componentsByParent |
protected MultivaluedHashMap<String,IdentityProviderMapperModel> |
CachedRealm.identityProviderMappers |
protected MultivaluedHashMap<String,UserFederationMapperModel> |
CachedRealm.userFederationMappers |
Modifier and Type | Method and Description |
---|---|
MultivaluedHashMap<String,String> |
CachedUser.getAttributes() |
MultivaluedHashMap<String,String> |
CachedGroup.getAttributes() |
MultivaluedHashMap<String,AuthenticationExecutionModel> |
CachedRealm.getAuthenticationExecutions() |
MultivaluedHashMap<String,ComponentModel> |
CachedRealm.getComponentsByParent() |
MultivaluedHashMap<String,IdentityProviderMapperModel> |
CachedRealm.getIdentityProviderMappers() |
MultivaluedHashMap<String,UserFederationMapperModel> |
CachedRealm.getUserFederationMappers() |
Modifier and Type | Method and Description |
---|---|
MultivaluedHashMap<String,String> |
ComponentRepresentation.getConfig() |
Modifier and Type | Method and Description |
---|---|
void |
ComponentRepresentation.setConfig(MultivaluedHashMap<String,String> config) |
Modifier and Type | Method and Description |
---|---|
MultivaluedHashMap<String,String> |
UserData.getAttributes() |
Modifier and Type | Method and Description |
---|---|
MultivaluedHashMap<String,String> |
UserAttributeFederatedStorage.getAttributes(RealmModel realm,
UserModel user) |
Modifier and Type | Method and Description |
---|---|
MultivaluedHashMap<String,String> |
JpaUserFederatedStorageProvider.getAttributes(RealmModel realm,
UserModel user) |
Copyright © 2016 JBoss by Red Hat. All rights reserved.