org.apache.cxf.rs.security.saml.sso
Class RequestAssertionConsumerService
java.lang.Object
org.apache.cxf.rs.security.saml.sso.AbstractSSOSpHandler
org.apache.cxf.rs.security.saml.sso.AbstractRequestAssertionConsumerHandler
org.apache.cxf.rs.security.saml.sso.RequestAssertionConsumerService
@Path(value="sso")
public class RequestAssertionConsumerService
- extends AbstractRequestAssertionConsumerHandler
Methods inherited from class org.apache.cxf.rs.security.saml.sso.AbstractRequestAssertionConsumerHandler |
close, createSecurityContext, doProcessSamlResponse, getReplayCache, isSupportBase64Encoding, isSupportDeflateEncoding, processRelayState, reportError, setEnforceAssertionsSigned, setEnforceKnownIssuer, setKeyInfoMustBeAvailable, setMessageContext, setReplayCache, setSupportBase64Encoding, setSupportDeflateEncoding, validateSamlResponseProtocol, validateSamlSSOResponse |
Methods inherited from class org.apache.cxf.rs.security.saml.sso.AbstractSSOSpHandler |
createCookie, getCallbackHandler, getProps, getSignatureCrypto, getStateProvider, getStateTimeToLive, isStateExpired, setCallbackHandler, setCallbackHandlerClass, setSignatureCrypto, setSignaturePropertiesFile, setStateProvider, setStateTimeToLive |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RequestAssertionConsumerService
public RequestAssertionConsumerService()
processSamlResponse
@POST
@Produces(value="application/x-www-form-urlencoded")
public javax.ws.rs.core.Response processSamlResponse(@FormParam(value="SAMLResponse")
String encodedSamlResponse,
@FormParam(value="RelayState")
String relayState)
getSamlResponse
@GET
public javax.ws.rs.core.Response getSamlResponse(@QueryParam(value="SAMLResponse")
String encodedSamlResponse,
@QueryParam(value="RelayState")
String relayState)
Apache CXF