Package org.opensaml.profile.action
Class AbstractProfileActionTest.BaseProfileAction
- java.lang.Object
-
- net.shibboleth.utilities.java.support.component.AbstractInitializableComponent
-
- org.opensaml.profile.action.AbstractProfileAction
-
- org.opensaml.profile.action.AbstractProfileActionTest.BaseProfileAction
-
- All Implemented Interfaces:
Component,DestructableComponent,InitializableComponent,ProfileAction
- Direct Known Subclasses:
AbstractProfileActionTest.ExecFailProfileAction,AbstractProfileActionTest.ExecUncheckedProfileAction,AbstractProfileActionTest.PostFailProfileAction,AbstractProfileActionTest.PreFailProfileAction
- Enclosing class:
- AbstractProfileActionTest
private class AbstractProfileActionTest.BaseProfileAction extends AbstractProfileAction
-
-
Constructor Summary
Constructors Modifier Constructor Description privateBaseProfileAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddoExecute(ProfileRequestContext prc)protected voiddoPostExecute(ProfileRequestContext prc)protected booleandoPreExecute(ProfileRequestContext prc)-
Methods inherited from class org.opensaml.profile.action.AbstractProfileAction
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
-
-
-
-
Method Detail
-
doPreExecute
protected boolean doPreExecute(@Nonnull ProfileRequestContext prc)- Overrides:
doPreExecutein classAbstractProfileAction
-
doExecute
protected void doExecute(@Nonnull ProfileRequestContext prc)- Overrides:
doExecutein classAbstractProfileAction
-
doPostExecute
protected void doPostExecute(@Nonnull ProfileRequestContext prc)- Overrides:
doPostExecutein classAbstractProfileAction
-
-