Interface RequestedAuthnContext
- All Superinterfaces:
Serializable
This class represents a SAML 2.0 requested authentication context (i.e.,
RequestedAuthnContext XML element).-
Method Summary
Modifier and TypeMethodDescriptionGet the authentication context class references (i.e.,AuthnContextClassRefXML elements).Get the authentication context declaration references (i.e.,AuthnContextDeclRefXML elements).Get the comparison (i.e.,ComparisonXML attribute).
-
Method Details
-
getComparison
String getComparison()Get the comparison (i.e.,ComparisonXML attribute).- Returns:
- The comparison.
-
getAuthnContextClassRefs
Get the authentication context class references (i.e.,AuthnContextClassRefXML elements). If the requested authentication context has no authentication context class references, this method returns an empty list.- Returns:
- The authentication context class references.
-
getAuthnContextDeclRefs
Get the authentication context declaration references (i.e.,AuthnContextDeclRefXML elements). If the requested authentication context has no authentication context declaration references, this method returns an empty list.- Returns:
- The authentication context declaration references.
-