Class SSOLoginModule

java.lang.Object
org.exoplatform.services.security.jaas.AbstractLoginModule
org.gatein.sso.agent.login.SSOLoginModule
All Implemented Interfaces:
LoginModule

public final class SSOLoginModule extends org.exoplatform.services.security.jaas.AbstractLoginModule
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     

    Fields inherited from class org.exoplatform.services.security.jaas.AbstractLoginModule

    callbackHandler, options, realmName, sharedState, subject
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    boolean
     
    protected jakarta.servlet.http.HttpServletRequest
     
    protected org.exoplatform.services.log.Log
     
    boolean
     
    boolean
     

    Methods inherited from class org.exoplatform.services.security.jaas.AbstractLoginModule

    afterInitialize, getContainer, initialize

    Methods inherited from class java.lang.Object

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

  • Constructor Details

    • SSOLoginModule

      public SSOLoginModule()
  • Method Details

    • login

      public boolean login() throws LoginException
      Throws:
      LoginException
    • logout

      public boolean logout() throws LoginException
      Throws:
      LoginException
    • abort

      public boolean abort() throws LoginException
      Throws:
      LoginException
    • commit

      public boolean commit() throws LoginException
      Throws:
      LoginException
    • getLogger

      protected org.exoplatform.services.log.Log getLogger()
      Specified by:
      getLogger in class org.exoplatform.services.security.jaas.AbstractLoginModule
    • getCurrentHttpServletRequest

      protected jakarta.servlet.http.HttpServletRequest getCurrentHttpServletRequest()