Interface AuthnRequest
- All Superinterfaces:
Serializable
This class represents a SAML 2.0 authentication request (i.e.,
AuthnRequest
XML element).-
Method Summary
Modifier and TypeMethodDescriptionGet the RequestedAuthnContext.toString()
Get the XML string representation.
-
Method Details
-
getRequestedAuthnContext
RequestedAuthnContext getRequestedAuthnContext()Get the RequestedAuthnContext.- Returns:
- The RequestedAuthnContext.
-
toString
String toString()Get the XML string representation.
-