Class DecodeInboundRequestAction
java.lang.Object
net.shibboleth.shared.component.AbstractInitializableComponent
org.opensaml.profile.action.AbstractProfileAction
org.nuxeo.ecm.platform.auth.saml.processor.action.DecodeInboundRequestAction
- All Implemented Interfaces:
net.shibboleth.shared.component.Component,net.shibboleth.shared.component.DestructableComponent,net.shibboleth.shared.component.InitializableComponent,org.opensaml.profile.action.ProfileAction
public class DecodeInboundRequestAction
extends org.opensaml.profile.action.AbstractProfileAction
Action that decodes an inbound request from the
HttpServletRequestResponseContext to MessageContext.- Since:
- 2023.0
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected SAMLInboundBindingThe binding to use to obtain a decoder.protected org.opensaml.messaging.handler.MessageHandlerCalled after decode. -
Constructor Summary
ConstructorsConstructorDescriptionDecodeInboundRequestAction(SAMLInboundBinding decoderBinding, org.opensaml.messaging.handler.MessageHandler messageHandler) -
Method Summary
Modifier and TypeMethodDescriptionprotected voiddoExecute(org.opensaml.profile.context.ProfileRequestContext profileRequestContext) protected voidMethods inherited from class org.opensaml.profile.action.AbstractProfileAction
doPostExecute, doPostExecute, doPreExecute, ensureHttpServletRequest, ensureHttpServletResponse, execute, getHttpServletRequest, getHttpServletRequestSupplier, getHttpServletResponse, getHttpServletResponseSupplier, getLogPrefix, isPreExecuteCalled, setHttpServletRequestSupplier, setHttpServletResponseSupplierMethods inherited from class net.shibboleth.shared.component.AbstractInitializableComponent
checkComponentActive, checkSetterPreconditions, destroy, doDestroy, 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.InitializableComponent
initialize, isInitialized
-
Field Details
-
decoderBinding
The binding to use to obtain a decoder. -
messageHandler
protected org.opensaml.messaging.handler.MessageHandler messageHandlerCalled after decode.
-
-
Constructor Details
-
DecodeInboundRequestAction
public DecodeInboundRequestAction(SAMLInboundBinding decoderBinding, org.opensaml.messaging.handler.MessageHandler messageHandler)
-
-
Method Details
-
doInitialize
protected void doInitialize() throws net.shibboleth.shared.component.ComponentInitializationException- Overrides:
doInitializein classnet.shibboleth.shared.component.AbstractInitializableComponent- Throws:
net.shibboleth.shared.component.ComponentInitializationException
-
doExecute
protected void doExecute(org.opensaml.profile.context.ProfileRequestContext profileRequestContext) - Overrides:
doExecutein classorg.opensaml.profile.action.AbstractProfileAction
-