Package | Description |
---|---|
org.apache.cxf.rs.security.saml.sso | |
org.apache.cxf.rs.security.saml.sso.state |
Modifier and Type | Method and Description |
---|---|
protected RequestState |
AbstractRequestAssertionConsumerHandler.processRelayState(String relayState) |
Modifier and Type | Method and Description |
---|---|
protected String |
AbstractRequestAssertionConsumerHandler.createSecurityContext(RequestState requestState,
String encodedSamlResponse,
String relayState,
boolean postBinding) |
protected SSOValidatorResponse |
AbstractRequestAssertionConsumerHandler.validateSamlSSOResponse(boolean postBinding,
org.opensaml.saml.saml2.core.Response samlResponse,
RequestState requestState)
Validate the received SAML Response as per the Web SSO profile
|
Modifier and Type | Method and Description |
---|---|
RequestState |
MemorySPStateManager.removeRequestState(String relayState) |
RequestState |
SPStateManager.removeRequestState(String relayState) |
RequestState |
HTTPSPStateManager.removeRequestState(String relayState) |
RequestState |
EHCacheSPStateManager.removeRequestState(String relayState) |
Modifier and Type | Method and Description |
---|---|
void |
MemorySPStateManager.setRequestState(String relayState,
RequestState state) |
void |
SPStateManager.setRequestState(String relayState,
RequestState state) |
void |
HTTPSPStateManager.setRequestState(String relayState,
RequestState state) |
void |
EHCacheSPStateManager.setRequestState(String relayState,
RequestState state) |
Apache CXF