Class LogoutConstants


  • public class LogoutConstants
    extends java.lang.Object
    Some logout constants that are used in WebApp and SAML
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • WEB_EVENT_LOGOUT

        public static final int WEB_EVENT_LOGOUT
        Event for logging out the application.
        See Also:
        Constant Field Values
      • WEB_EVENT_QUICK_LOGOUT

        public static final int WEB_EVENT_QUICK_LOGOUT
        Event for performing a quick logout.
        See Also:
        Constant Field Values
      • SP_INITIATED_GLOBAL_LOGOUT

        public static final java.lang.String SP_INITIATED_GLOBAL_LOGOUT
        SAML Logout Event constants for SP initiated logout
        See Also:
        Constant Field Values
      • IDP_INITIATED_GLOBAL_LOGOUT

        public static final java.lang.String IDP_INITIATED_GLOBAL_LOGOUT
        SAML Logout Event constants for IDP initiated logout
        See Also:
        Constant Field Values