Uses of Class
org.apache.cxf.rs.security.saml.sso.state.RequestState
Packages that use RequestState
-
Uses of RequestState in org.apache.cxf.rs.security.saml.sso
Methods in org.apache.cxf.rs.security.saml.sso that return RequestStateModifier and TypeMethodDescriptionprotected RequestStateAbstractRequestAssertionConsumerHandler.processRelayState(String relayState) Methods in org.apache.cxf.rs.security.saml.sso with parameters of type RequestStateModifier and TypeMethodDescriptionprotected StringAbstractRequestAssertionConsumerHandler.createSecurityContext(RequestState requestState, String encodedSamlResponse, String relayState, boolean postBinding) protected SSOValidatorResponseAbstractRequestAssertionConsumerHandler.validateSamlSSOResponse(boolean postBinding, org.opensaml.saml.saml2.core.Response samlResponse, RequestState requestState) Validate the received SAML Response as per the Web SSO profile -
Uses of RequestState in org.apache.cxf.rs.security.saml.sso.state
Methods in org.apache.cxf.rs.security.saml.sso.state that return RequestStateModifier and TypeMethodDescriptionEHCacheSPStateManager.removeRequestState(String relayState) HTTPSPStateManager.removeRequestState(String relayState) MemorySPStateManager.removeRequestState(String relayState) SPStateManager.removeRequestState(String relayState) Methods in org.apache.cxf.rs.security.saml.sso.state with parameters of type RequestStateModifier and TypeMethodDescriptionvoidEHCacheSPStateManager.setRequestState(String relayState, RequestState state) voidHTTPSPStateManager.setRequestState(String relayState, RequestState state) voidMemorySPStateManager.setRequestState(String relayState, RequestState state) voidSPStateManager.setRequestState(String relayState, RequestState state)