Class FilterDisabledLoginModule

java.lang.Object
org.exoplatform.services.security.jaas.AbstractLoginModule
org.exoplatform.web.login.FilterDisabledLoginModule
All Implemented Interfaces:
LoginModule

public class FilterDisabledLoginModule extends org.exoplatform.services.security.jaas.AbstractLoginModule
  • Field Details

  • Constructor Details

    • FilterDisabledLoginModule

      public FilterDisabledLoginModule()
  • Method Details

    • login

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

      protected jakarta.servlet.http.HttpServletRequest getCurrentHttpServletRequest()
    • commit

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

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

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

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