Package org.pac4j.saml.sso.artifact
Class SAML2ArtifactBindingDecoder
java.lang.Object
net.shibboleth.shared.component.AbstractInitializableComponent
org.opensaml.messaging.decoder.AbstractMessageDecoder
org.pac4j.saml.transport.AbstractPac4jDecoder
org.pac4j.saml.sso.artifact.SAML2ArtifactBindingDecoder
- 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
Decodes a SAML artifact binding request by fetching the actual artifact via
SOAP.
- Since:
- 3.8.0
- Author:
- bidou
-
Field Summary
Fields inherited from class org.pac4j.saml.transport.AbstractPac4jDecoder
callContext, parserPoolFields inherited from class org.opensaml.messaging.decoder.AbstractMessageDecoder
BASE_PROTOCOL_MESSAGE_LOGGER_CATEGORY -
Constructor Summary
ConstructorsConstructorDescriptionSAML2ArtifactBindingDecoder(org.pac4j.core.context.CallContext context, SAML2MetadataResolver idpMetadataResolver, SAML2MetadataResolver spMetadataResolver, SOAPPipelineProvider soapPipelineProvider) Constructor for SAML2ArtifactBindingDecoder. -
Method Summary
Modifier and TypeMethodDescriptionprotected voiddoDecode()getBindingURI(SAML2MessageContext messageContext) Get the binding of the message context;.protected voidtransferContext(org.opensaml.messaging.context.InOutOperationContext operationContext, SAML2MessageContext messageContext) transferContext.Methods inherited from class org.pac4j.saml.transport.AbstractPac4jDecoder
doDestroy, doInitialize, getBase64DecodedMessage, populateBindingContext, setParserPool, unmarshallMessageMethods inherited from class org.opensaml.messaging.decoder.AbstractMessageDecoder
decode, getMessageContext, getMessageToLog, getProtocolMessageLogger, getProtocolMessageLoggerSubCategory, logDecodedMessage, serializeMessageForLogging, setMessageContext, setProtocolMessageLoggerSubCategoryMethods 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
-
SAML2ArtifactBindingDecoder
public SAML2ArtifactBindingDecoder(org.pac4j.core.context.CallContext context, SAML2MetadataResolver idpMetadataResolver, SAML2MetadataResolver spMetadataResolver, SOAPPipelineProvider soapPipelineProvider) Constructor for SAML2ArtifactBindingDecoder.
- Parameters:
context- aCallContextobjectidpMetadataResolver- aSAML2MetadataResolverobjectspMetadataResolver- aSAML2MetadataResolverobjectsoapPipelineProvider- aSOAPPipelineProviderobject
-
-
Method Details
-
getBindingURI
Get the binding of the message context;.- Specified by:
getBindingURIin classAbstractPac4jDecoder- Parameters:
messageContext- the message context- Returns:
- the binding URI
-
doDecode
protected void doDecode() throws org.opensaml.messaging.decoder.MessageDecodingException- Specified by:
doDecodein classorg.opensaml.messaging.decoder.AbstractMessageDecoder- Throws:
org.opensaml.messaging.decoder.MessageDecodingException
-
transferContext
protected void transferContext(org.opensaml.messaging.context.InOutOperationContext operationContext, SAML2MessageContext messageContext) transferContext.
- Parameters:
operationContext- aInOutOperationContextobjectmessageContext- aSAML2MessageContextobject
-