Package org.pac4j.saml.transport
Class Pac4jHTTPPostDecoder
java.lang.Object
net.shibboleth.shared.component.AbstractInitializableComponent
org.opensaml.messaging.decoder.AbstractMessageDecoder
org.pac4j.saml.transport.AbstractPac4jDecoder
org.pac4j.saml.transport.Pac4jHTTPPostDecoder
- All Implemented Interfaces:
net.shibboleth.shared.component.Component,net.shibboleth.shared.component.DestructableComponent,net.shibboleth.shared.component.InitializableComponent,net.shibboleth.shared.component.UnmodifiableComponent,org.opensaml.messaging.decoder.MessageDecoder
Decoder for messages sent via POST and SOAP bindings.
- Since:
- 1.8
- Author:
- Misagh Moayyed, Jerome Leleu
-
Field Summary
Fields inherited from class org.pac4j.saml.transport.AbstractPac4jDecoder
context, logger, parserPool -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voiddoDecode()getBindingURI(SAML2MessageContext messageContext) Get the binding of the message context;.Methods inherited from class org.pac4j.saml.transport.AbstractPac4jDecoder
doDestroy, doInitialize, getBase64DecodedMessage, getParserPool, populateBindingContext, setParserPool, unmarshallMessageMethods inherited from class org.opensaml.messaging.decoder.AbstractMessageDecoder
decode, getMessageContext, setMessageContextMethods inherited from class net.shibboleth.shared.component.AbstractInitializableComponent
checkComponentActive, checkSetterPreconditions, destroy, ifDestroyedThrowDestroyedComponentException, ifInitializedThrowUnmodifiabledComponentException, ifNotInitializedThrowUninitializedComponentException, initialize, isDestroyed, isInitializedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.shibboleth.shared.component.DestructableComponent
destroy, isDestroyedMethods inherited from interface net.shibboleth.shared.component.InitializableComponent
initialize, isInitialized
-
Constructor Details
-
Pac4jHTTPPostDecoder
public Pac4jHTTPPostDecoder(org.pac4j.core.context.WebContext context)
-
-
Method Details
-
doDecode
protected void doDecode() throws org.opensaml.messaging.decoder.MessageDecodingException- Specified by:
doDecodein classorg.opensaml.messaging.decoder.AbstractMessageDecoder- Throws:
org.opensaml.messaging.decoder.MessageDecodingException
-
getBindingURI
Description copied from class:AbstractPac4jDecoderGet the binding of the message context;.- Specified by:
getBindingURIin classAbstractPac4jDecoder- Parameters:
messageContext- the message context- Returns:
- the binding URI
-