Package com.microstrategy.utils
Class LogoutConstants
- java.lang.Object
-
- com.microstrategy.utils.LogoutConstants
-
public class LogoutConstants extends java.lang.Object
Some logout constants that are used in WebApp and SAML
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
IDP_INITIATED_GLOBAL_LOGOUT
SAML Logout Event constants for IDP initiated logoutstatic java.lang.String
SP_INITIATED_GLOBAL_LOGOUT
SAML Logout Event constants for SP initiated logoutstatic int
WEB_EVENT_LOGOUT
Event for logging out the application.static int
WEB_EVENT_QUICK_LOGOUT
Event for performing a quick logout.
-
-
-
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
-
-