Class DefaultLogoutExecutionPlan

  • All Implemented Interfaces:
    org.apereo.cas.logout.LogoutExecutionPlan

    public class DefaultLogoutExecutionPlan
    extends java.lang.Object
    implements org.apereo.cas.logout.LogoutExecutionPlan
    Since:
    5.1.0
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void registerLogoutPostProcessor​(org.apereo.cas.logout.LogoutPostProcessor handler)  
      void registerLogoutRedirectionStrategy​(org.apereo.cas.logout.LogoutRedirectionStrategy strategy)  
      void registerSingleLogoutServiceMessageHandler​(org.apereo.cas.logout.slo.SingleLogoutServiceMessageHandler handler)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.apereo.cas.logout.LogoutExecutionPlan

        getLogoutPostProcessors, getLogoutRedirectionStrategies, getSingleLogoutServiceMessageHandlers
    • Constructor Detail

      • DefaultLogoutExecutionPlan

        public DefaultLogoutExecutionPlan()
    • Method Detail

      • registerLogoutPostProcessor

        public void registerLogoutPostProcessor​(org.apereo.cas.logout.LogoutPostProcessor handler)
        Specified by:
        registerLogoutPostProcessor in interface org.apereo.cas.logout.LogoutExecutionPlan
      • registerSingleLogoutServiceMessageHandler

        public void registerSingleLogoutServiceMessageHandler​(org.apereo.cas.logout.slo.SingleLogoutServiceMessageHandler handler)
        Specified by:
        registerSingleLogoutServiceMessageHandler in interface org.apereo.cas.logout.LogoutExecutionPlan
      • registerLogoutRedirectionStrategy

        public void registerLogoutRedirectionStrategy​(org.apereo.cas.logout.LogoutRedirectionStrategy strategy)
        Specified by:
        registerLogoutRedirectionStrategy in interface org.apereo.cas.logout.LogoutExecutionPlan