Class CreateResponseShellAction
java.lang.Object
net.shibboleth.utilities.java.support.component.AbstractInitializableComponent
org.opensaml.profile.action.AbstractProfileAction
org.opensaml.saml.saml2.profile.impl.AbstractResponseShellAction<org.opensaml.saml.saml2.core.Response>
com.atlassian.crowd.sso.saml.impl.opensaml.action.CreateResponseShellAction
- 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 CreateResponseShellAction
extends org.opensaml.saml.saml2.profile.impl.AbstractResponseShellAction<org.opensaml.saml.saml2.core.Response>
Basic action creating a SAML SSO Response
-
Constructor Summary
-
Method Summary
Methods inherited from class org.opensaml.saml.saml2.profile.impl.AbstractResponseShellAction
doPreExecute, setIdentifierGeneratorLookupStrategy, setIssuerLookupStrategy, setOverwriteExisting
Methods inherited from class org.opensaml.profile.action.AbstractProfileAction
doPostExecute, doPostExecute, execute, getHttpServletRequest, getHttpServletResponse, getLogPrefix, setHttpServletRequest, setHttpServletResponse
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
-
CreateResponseShellAction
-
-
Method Details
-
getMessageType
- Specified by:
getMessageType
in classorg.opensaml.saml.saml2.profile.impl.AbstractResponseShellAction<org.opensaml.saml.saml2.core.Response>
-
doExecute
protected void doExecute(@Nonnull org.opensaml.profile.context.ProfileRequestContext profileRequestContext) - Overrides:
doExecute
in classorg.opensaml.saml.saml2.profile.impl.AbstractResponseShellAction<org.opensaml.saml.saml2.core.Response>
-