Interface AuthnRequest
-
- All Superinterfaces:
java.io.Serializable
public interface AuthnRequest extends java.io.SerializableThis class represents a SAML 2.0 authentication request (i.e.,AuthnRequestXML element).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RequestedAuthnContextgetRequestedAuthnContext()Get the RequestedAuthnContext.java.lang.StringtoString()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:
toStringin classjava.lang.Object- Returns:
- The XML string representation.
-
-