Class AbstractProfileActionTest.BaseProfileAction

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private boolean didExec  
      private boolean didPost  
      private boolean didPre  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private BaseProfileAction()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void doExecute​(org.opensaml.profile.context.ProfileRequestContext prc)  
      protected void doPostExecute​(org.opensaml.profile.context.ProfileRequestContext prc)  
      protected boolean doPreExecute​(org.opensaml.profile.context.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 interface net.shibboleth.utilities.java.support.component.InitializableComponent

        initialize, isInitialized
    • Field Detail

      • didPre

        private boolean didPre
      • didExec

        private boolean didExec
      • didPost

        private boolean didPost
    • Constructor Detail

      • BaseProfileAction

        private BaseProfileAction()
    • Method Detail

      • doPreExecute

        protected boolean doPreExecute​(@Nonnull
                                       org.opensaml.profile.context.ProfileRequestContext prc)
        Overrides:
        doPreExecute in class org.opensaml.profile.action.AbstractProfileAction
      • doExecute

        protected void doExecute​(@Nonnull
                                 org.opensaml.profile.context.ProfileRequestContext prc)
        Overrides:
        doExecute in class org.opensaml.profile.action.AbstractProfileAction
      • doPostExecute

        protected void doPostExecute​(@Nonnull
                                     org.opensaml.profile.context.ProfileRequestContext prc)
        Overrides:
        doPostExecute in class org.opensaml.profile.action.AbstractProfileAction