Constructor and Description |
---|
SamlPrincipal(AssertionType assertion,
Document assertionDocument,
String name,
String samlSubject,
String nameIDFormat,
MultivaluedHashMap<String,String> attributes,
MultivaluedHashMap<String,String> friendlyAttributes) |
SamlPrincipal(AssertionType assertion,
Document assertionDocument,
String name,
String samlSubject,
String nameIDFormat,
MultivaluedHashMap<String,String> attributes,
MultivaluedHashMap<String,String> friendlyAttributes) |
SamlPrincipal(AssertionType assertion,
String name,
String samlSubject,
String nameIDFormat,
MultivaluedHashMap<String,String> attributes,
MultivaluedHashMap<String,String> friendlyAttributes) |
SamlPrincipal(AssertionType assertion,
String name,
String samlSubject,
String nameIDFormat,
MultivaluedHashMap<String,String> attributes,
MultivaluedHashMap<String,String> friendlyAttributes) |
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 |
---|---|
MultivaluedHashMap<String,String> |
PasswordSecretData.getAdditionalParameters() |
MultivaluedHashMap<String,String> |
PasswordCredentialData.getAdditionalParameters()
Returns a map of algorithm-specific settings.
|
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) |
Copyright © 2025 JBoss by Red Hat. All rights reserved.