Interface AuthnRequest
-
- All Superinterfaces:
java.io.Serializable
public interface AuthnRequest extends java.io.Serializable
This class represents a SAML 2.0 authentication request (i.e.,AuthnRequest
XML element).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RequestedAuthnContext
getRequestedAuthnContext()
Get the RequestedAuthnContext.java.lang.String
toString()
Get the XML string representation.
-
-
-
Method Detail
-
getRequestedAuthnContext
RequestedAuthnContext getRequestedAuthnContext()
Get the RequestedAuthnContext.- Returns:
- The RequestedAuthnContext.
-
toString
java.lang.String toString()
Get the XML string representation.- Overrides:
toString
in classjava.lang.Object
- Returns:
- The XML string representation.
-
-