Package | Description |
---|---|
org.keycloak.broker.saml | |
org.keycloak.protocol.saml |
Modifier and Type | Method and Description |
---|---|
SamlPrincipalType |
SAMLIdentityProviderConfig.getPrincipalType() |
Modifier and Type | Method and Description |
---|---|
void |
SAMLIdentityProviderConfig.setPrincipalType(SamlPrincipalType principalType) |
Modifier and Type | Method and Description |
---|---|
static SamlPrincipalType |
SamlPrincipalType.from(String name,
SamlPrincipalType defaultValue) |
static SamlPrincipalType |
SamlPrincipalType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SamlPrincipalType[] |
SamlPrincipalType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static SamlPrincipalType |
SamlPrincipalType.from(String name,
SamlPrincipalType defaultValue) |
Copyright © 2020 JBoss by Red Hat. All rights reserved.