Uses of Enum Class
org.keycloak.protocol.saml.SamlPrincipalType
-
Uses of SamlPrincipalType in org.keycloak.broker.saml
Modifier and TypeMethodDescriptionvoid
SAMLIdentityProviderConfig.setPrincipalType
(SamlPrincipalType principalType) -
Uses of SamlPrincipalType in org.keycloak.protocol.saml
Modifier and TypeMethodDescriptionstatic SamlPrincipalType
SamlPrincipalType.from
(String name, SamlPrincipalType defaultValue) static SamlPrincipalType
Returns the enum constant of this class with the specified name.static SamlPrincipalType[]
SamlPrincipalType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic SamlPrincipalType
SamlPrincipalType.from
(String name, SamlPrincipalType defaultValue)