Uses of Enum Class
org.keycloak.protocol.saml.SamlPrincipalType
Packages that use SamlPrincipalType
-
Uses of SamlPrincipalType in org.keycloak.broker.saml
Methods in org.keycloak.broker.saml that return SamlPrincipalTypeMethods in org.keycloak.broker.saml with parameters of type SamlPrincipalTypeModifier and TypeMethodDescriptionvoidSAMLIdentityProviderConfig.setPrincipalType(SamlPrincipalType principalType) -
Uses of SamlPrincipalType in org.keycloak.protocol.saml
Methods in org.keycloak.protocol.saml that return SamlPrincipalTypeModifier and TypeMethodDescriptionstatic SamlPrincipalTypeSamlPrincipalType.from(String name, SamlPrincipalType defaultValue) static SamlPrincipalTypeReturns 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.Methods in org.keycloak.protocol.saml with parameters of type SamlPrincipalTypeModifier and TypeMethodDescriptionstatic SamlPrincipalTypeSamlPrincipalType.from(String name, SamlPrincipalType defaultValue)