Class DefaultLogoutRedirectionStrategy

  • All Implemented Interfaces:
    org.apereo.cas.logout.LogoutRedirectionStrategy, org.springframework.core.Ordered

    public class DefaultLogoutRedirectionStrategy
    extends java.lang.Object
    implements org.apereo.cas.logout.LogoutRedirectionStrategy
    Since:
    6.3.0
    • Field Summary

      • Fields inherited from interface org.apereo.cas.logout.LogoutRedirectionStrategy

        DEFAULT_ORDER
      • Fields inherited from interface org.springframework.core.Ordered

        HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void handle​(org.springframework.webflow.execution.RequestContext requestContext)  
      boolean supports​(org.springframework.webflow.execution.RequestContext context)  
      • 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.LogoutRedirectionStrategy

        getName, getOrder
    • Constructor Detail

      • DefaultLogoutRedirectionStrategy

        public DefaultLogoutRedirectionStrategy()
    • Method Detail

      • supports

        public boolean supports​(org.springframework.webflow.execution.RequestContext context)
        Specified by:
        supports in interface org.apereo.cas.logout.LogoutRedirectionStrategy
      • handle

        public void handle​(org.springframework.webflow.execution.RequestContext requestContext)
        Specified by:
        handle in interface org.apereo.cas.logout.LogoutRedirectionStrategy