Uses of Class
net.shibboleth.sp.saml.saml2.SAMLStateData
Packages that use SAMLStateData
Package
Description
Supporting APIs and classes for SAML 2.0 protocol support in the SP Hub.
Profile actions and classes for SAML 2.0 profile flows.
-
Uses of SAMLStateData in net.shibboleth.sp.saml.saml2
Methods in net.shibboleth.sp.saml.saml2 that return SAMLStateDataModifier and TypeMethodDescriptionSAMLStateData.setAuthnContextOperator(String op) Set theRequestedAuthnContextcomparison operator used in the request.SAMLStateData.setRequestID(String id) Set the identifier of request message -
Uses of SAMLStateData in net.shibboleth.sp.saml.saml2.profile.impl
Fields in net.shibboleth.sp.saml.saml2.profile.impl declared as SAMLStateDataModifier and TypeFieldDescriptionprivate SAMLStateDataAddAuthnRequest.stateDataCached state data object to populate.private SAMLStateDataAddLogoutRequest.stateDataCached state data object to populate.private SAMLStateDataAddLogoutResponse.stateDataCached state data object to read from.private SAMLStateDataProcessAssertionsForAuthentication.stateDataState data to validate.private SAMLStateDataProcessLogoutResponse.stateDataState data to validate.private SAMLStateDataProcessLogoutTokenRequest.stateDataState data recovered from token.