Package | Description |
---|---|
org.keycloak.adapters.saml | |
org.keycloak.common.util | |
org.keycloak.component | |
org.keycloak.credential | |
org.keycloak.representations.idm | |
org.keycloak.storage.federated |
Constructor and Description |
---|
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> |
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) |
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() |
Modifier and Type | Method and Description |
---|---|
void |
CredentialModel.setConfig(MultivaluedHashMap<String,String> config) |
Modifier and Type | Method and Description |
---|---|
MultivaluedHashMap<String,ComponentExportRepresentation> |
RealmRepresentation.getComponents() |
MultivaluedHashMap<String,String> |
CredentialRepresentation.getConfig() |
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 |
CredentialRepresentation.setConfig(MultivaluedHashMap<String,String> config) |
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 © 2017 JBoss by Red Hat. All rights reserved.