Package net.shibboleth.sp.saml.saml2
Class SAMLStateData
java.lang.Object
net.shibboleth.sp.state.StateData
net.shibboleth.sp.saml.saml2.SAMLStateData
SAML-specific subclass adding additional state.
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) StringSAMLRequestedAuthnContextcomparison operator.(package private) StringSAML request ID to track. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGet theRequestedAuthnContextcomparison operator used in the request.Get the identifier of the request message.inthashCode()Set theRequestedAuthnContextcomparison operator used in the request.setRequestID(String id) Set the identifier of request messagetoString()Methods inherited from class net.shibboleth.sp.state.StateData
decode, encode, getAcrs, getAuthenticationAuthority, getClientAddress, getIssuer, getPassive, getRawResource, getRequestTime, getResource, getResponseLocation, mask, setAcrs, setAuthenticationAuthority, setClientAddress, setIssuer, setPassive, setRawResource, setRequestTime, setResource, setResponseLocation
-
Field Details
-
requestID
SAML request ID to track. -
authnContextOperator
SAMLRequestedAuthnContextcomparison operator.
-
-
Constructor Details
-
SAMLStateData
public SAMLStateData()
-
-
Method Details
-
getRequestID
Get the identifier of the request message.- Returns:
- the request ID
-
setRequestID
Set the identifier of request message- Parameters:
id- the ID to set- Returns:
- the updated object
-
getAuthnContextOperator
Get theRequestedAuthnContextcomparison operator used in the request.- Returns:
- comparison operator
-
setAuthnContextOperator
Set theRequestedAuthnContextcomparison operator used in the request.- Parameters:
op- comparison operator- Returns:
- the updated object
-
hashCode
public int hashCode() -
equals
-
toString
-