Class HandleSSOMessageAction
java.lang.Object
net.shibboleth.utilities.java.support.component.AbstractInitializableComponent
org.opensaml.profile.action.AbstractProfileAction
org.opensaml.profile.action.AbstractConditionalProfileAction
org.nuxeo.ecm.platform.auth.saml.processor.action.HandleSSOMessageAction
- All Implemented Interfaces:
net.shibboleth.utilities.java.support.component.Component
,net.shibboleth.utilities.java.support.component.DestructableComponent
,net.shibboleth.utilities.java.support.component.InitializableComponent
,org.opensaml.profile.action.ProfileAction
public class HandleSSOMessageAction
extends org.opensaml.profile.action.AbstractConditionalProfileAction
- Since:
- 2023.0
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
doExecute
(org.opensaml.profile.context.ProfileRequestContext profileRequestContext) Methods inherited from class org.opensaml.profile.action.AbstractConditionalProfileAction
doPreExecute, getActivationCondition, setActivationCondition
Methods inherited from class org.opensaml.profile.action.AbstractProfileAction
doPostExecute, doPostExecute, execute, getHttpServletRequest, getHttpServletRequestSupplier, getHttpServletResponse, getHttpServletResponseSupplier, getLogPrefix, setHttpServletRequest, setHttpServletRequestSupplier, setHttpServletResponse, setHttpServletResponseSupplier
Methods inherited from class net.shibboleth.utilities.java.support.component.AbstractInitializableComponent
destroy, doDestroy, doInitialize, initialize, isDestroyed, isInitialized
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.shibboleth.utilities.java.support.component.InitializableComponent
initialize, isInitialized
-
Constructor Details
-
HandleSSOMessageAction
public HandleSSOMessageAction()
-
-
Method Details
-
doExecute
protected void doExecute(@NotNull org.opensaml.profile.context.ProfileRequestContext profileRequestContext) - Overrides:
doExecute
in classorg.opensaml.profile.action.AbstractProfileAction
-