Package org.pac4j.saml.sso.impl
Class SAML2WebSSOMessageReceiver
java.lang.Object
org.pac4j.saml.profile.impl.AbstractSAML2MessageReceiver
org.pac4j.saml.sso.impl.SAML2WebSSOMessageReceiver
- All Implemented Interfaces:
SAML2MessageReceiver
- Author:
- Misagh Moayyed
-
Field Summary
Fields inherited from class org.pac4j.saml.profile.impl.AbstractSAML2MessageReceiver
saml2Configuration, validator -
Constructor Summary
ConstructorsConstructorDescriptionSAML2WebSSOMessageReceiver(SAML2ResponseValidator validator, SAML2Configuration saml2Configuration) -
Method Summary
Modifier and TypeMethodDescriptionprotected AbstractPac4jDecodergetDecoder(org.pac4j.core.context.WebContext webContext) protected Optional<org.opensaml.saml.saml2.metadata.Endpoint>getEndpoint(SAML2MessageContext context, org.opensaml.saml.saml2.core.StatusResponseType response) protected StringMethods inherited from class org.pac4j.saml.profile.impl.AbstractSAML2MessageReceiver
prepareBindingContext, prepareDecodedContext, preparePeerEntityContext, prepareSelfEntityContext, receiveMessage, setValidator
-
Constructor Details
-
SAML2WebSSOMessageReceiver
public SAML2WebSSOMessageReceiver(SAML2ResponseValidator validator, SAML2Configuration saml2Configuration)
-
-
Method Details
-
getDecoder
- Specified by:
getDecoderin classAbstractSAML2MessageReceiver
-
getEndpoint
protected Optional<org.opensaml.saml.saml2.metadata.Endpoint> getEndpoint(SAML2MessageContext context, org.opensaml.saml.saml2.core.StatusResponseType response) - Specified by:
getEndpointin classAbstractSAML2MessageReceiver
-
getProfileUri
- Specified by:
getProfileUriin classAbstractSAML2MessageReceiver
-