Uses of Class
org.keycloak.protocol.saml.SamlPrincipalType
-
Packages that use SamlPrincipalType Package Description org.keycloak.broker.saml org.keycloak.protocol.saml -
-
Uses of SamlPrincipalType in org.keycloak.broker.saml
Methods in org.keycloak.broker.saml that return SamlPrincipalType Modifier and Type Method Description SamlPrincipalTypeSAMLIdentityProviderConfig. getPrincipalType()Methods in org.keycloak.broker.saml with parameters of type SamlPrincipalType Modifier and Type Method Description voidSAMLIdentityProviderConfig. setPrincipalType(SamlPrincipalType principalType) -
Uses of SamlPrincipalType in org.keycloak.protocol.saml
Methods in org.keycloak.protocol.saml that return SamlPrincipalType Modifier and Type Method Description static SamlPrincipalTypeSamlPrincipalType. from(String name, SamlPrincipalType defaultValue)static SamlPrincipalTypeSamlPrincipalType. 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.Methods in org.keycloak.protocol.saml with parameters of type SamlPrincipalType Modifier and Type Method Description static SamlPrincipalTypeSamlPrincipalType. from(String name, SamlPrincipalType defaultValue)
-