Uses of Class
org.pac4j.saml.transport.AbstractPac4jDecoder
-
Packages that use AbstractPac4jDecoder Package Description org.pac4j.saml.logout.impl org.pac4j.saml.profile.impl org.pac4j.saml.sso.artifact org.pac4j.saml.sso.impl org.pac4j.saml.transport -
-
Uses of AbstractPac4jDecoder in org.pac4j.saml.logout.impl
Methods in org.pac4j.saml.logout.impl that return AbstractPac4jDecoder Modifier and Type Method Description protected AbstractPac4jDecoderSAML2LogoutMessageReceiver. getDecoder(org.pac4j.core.context.WebContext webContext) -
Uses of AbstractPac4jDecoder in org.pac4j.saml.profile.impl
Methods in org.pac4j.saml.profile.impl that return AbstractPac4jDecoder Modifier and Type Method Description protected abstract AbstractPac4jDecoderAbstractSAML2MessageReceiver. getDecoder(org.pac4j.core.context.WebContext webContext)Methods in org.pac4j.saml.profile.impl with parameters of type AbstractPac4jDecoder Modifier and Type Method Description protected org.opensaml.saml.common.messaging.context.SAMLBindingContextAbstractSAML2MessageReceiver. prepareBindingContext(SAML2MessageContext context, AbstractPac4jDecoder decoder, SAML2MessageContext decodedCtx)protected SAML2MessageContextAbstractSAML2MessageReceiver. prepareDecodedContext(SAML2MessageContext context, AbstractPac4jDecoder decoder)protected voidAbstractSAML2MessageReceiver. preparePeerEntityContext(AbstractPac4jDecoder decoder, SAML2MessageContext decodedCtx, org.opensaml.saml.common.messaging.context.SAMLBindingContext bindingContext, org.opensaml.saml.saml2.metadata.EntityDescriptor metadata) -
Uses of AbstractPac4jDecoder in org.pac4j.saml.sso.artifact
Subclasses of AbstractPac4jDecoder in org.pac4j.saml.sso.artifact Modifier and Type Class Description classSAML2ArtifactBindingDecoderDecodes a SAML artifact binding request by fetching the actual artifact via SOAP.Methods in org.pac4j.saml.sso.artifact that return AbstractPac4jDecoder Modifier and Type Method Description protected AbstractPac4jDecoderSAML2ArtifactBindingMessageReceiver. getDecoder(org.pac4j.core.context.WebContext webContext) -
Uses of AbstractPac4jDecoder in org.pac4j.saml.sso.impl
Methods in org.pac4j.saml.sso.impl that return AbstractPac4jDecoder Modifier and Type Method Description protected AbstractPac4jDecoderSAML2WebSSOMessageReceiver. getDecoder(org.pac4j.core.context.WebContext webContext) -
Uses of AbstractPac4jDecoder in org.pac4j.saml.transport
Subclasses of AbstractPac4jDecoder in org.pac4j.saml.transport Modifier and Type Class Description classPac4jHTTPPostDecoderDecoder for messages sent via POST and SOAP bindings.classPac4jHTTPRedirectDeflateDecoderDecoder for messages sent via HTTP-Redirect binding.
-