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(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(WebContext webContext) -
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(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(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.
-