Uses of Class
org.apache.sling.auth.saml2.sp.SamlReason
-
Packages that use SamlReason Package Description org.apache.sling.auth.saml2.sp -
-
Uses of SamlReason in org.apache.sling.auth.saml2.sp
Methods in org.apache.sling.auth.saml2.sp that return SamlReason Modifier and Type Method Description static SamlReason
SamlReason. valueOf(String name)
Returns the enum constant of this type with the specified name.static SamlReason[]
SamlReason. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-