@Path(value="sso") public class RequestAssertionConsumerService extends AbstractRequestAssertionConsumerHandler
Constructor and Description |
---|
RequestAssertionConsumerService() |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
getSamlResponse(String encodedSamlResponse,
String relayState) |
javax.ws.rs.core.Response |
processSamlResponse(String encodedSamlResponse,
String relayState) |
close, createSecurityContext, doProcessSamlResponse, getApplicationURL, getAssertionConsumerServiceAddress, getReplayCache, isCheckClientAddress, isEnforceResponseSigned, isParseApplicationURLFromRelayState, isStateExpired, isSupportBase64Encoding, isSupportDeflateEncoding, processRelayState, reportError, setApplicationURL, setAssertionConsumerServiceAddress, setCheckClientAddress, setEnforceAssertionsSigned, setEnforceKnownIssuer, setEnforceResponseSigned, setKeyInfoMustBeAvailable, setMessageContext, setParseApplicationURLFromRelayState, setReplayCache, setSupportBase64Encoding, setSupportDeflateEncoding, validateSamlResponseProtocol, validateSamlSSOResponse
createCookie, getCallbackHandler, getIdpServiceAddress, getIssuerId, getSignatureCrypto, getSignatureUsername, getStateProvider, getStateTimeToLive, isSupportUnsolicited, setCallbackHandler, setCallbackHandlerClass, setIdpServiceAddress, setIssuerId, setSignatureCrypto, setSignaturePropertiesFile, setSignatureUsername, setStateProvider, setStateTimeToLive, setSupportUnsolicited
Apache CXF