Interface ISessionHandler

All Superinterfaces:
IComponent, IHandler, IInitializable, ISystemHandler
All Known Subinterfaces:
ISessionHook

public interface ISessionHandler extends IHandler
  • Field Details

    • VALIDATE_KEY

      static final String VALIDATE_KEY
      There has to be one ISessionHandler that is the 'validate' handler
      See Also:
    • INITIALIZE_KEY

      static final String INITIALIZE_KEY
      There has to be one ISessionHandler that is the 'initialize' handler
      See Also:
    • INVALIDATE_KEY

      static final String INVALIDATE_KEY
      There may be one ISessionHandler that is the 'invalidate' handler
      See Also:
    • LOGINSCRIPT_KEY

      static final String LOGINSCRIPT_KEY
      There may be one ISessionHandler that is the 'login' handler
      See Also:
    • SETSSO_KEY

      static final String SETSSO_KEY
      There may be one ISessionHandler that is the 'setSSO' handler
      See Also:
    • SESSION_RESPONSE_INITIALIZE

      static final int SESSION_RESPONSE_INITIALIZE
      Signals the Session Manager to call the initialize method
      See Also:
    • SESSION_RESPONSE_LOGINSCRIPT

      static final int SESSION_RESPONSE_LOGINSCRIPT
      Signals the Session Manager to process the login script
      See Also:
    • SESSION_RESPONSE_COMPLETE

      static final int SESSION_RESPONSE_COMPLETE
      Signals the Session Manager that the login process is complete
      See Also:
    • GUEST_SESSION_RESPONSE_COMPLETE

      static final int GUEST_SESSION_RESPONSE_COMPLETE
      Signals the Session Manager to use a guest session
      See Also:
    • SESSION_RESPONSE_HANDLE_SYSADMIN

      static final int SESSION_RESPONSE_HANDLE_SYSADMIN
      Signals the Session Manager to use the sysadmin handler
      See Also:
    • SESSION_RESPONSE_UNKNOWN

      static final int SESSION_RESPONSE_UNKNOWN
      Default value for the current state of the login processing
      See Also:
  • Method Details