Class RememberMeLoginModule

java.lang.Object
org.exoplatform.services.security.jaas.AbstractLoginModule
org.exoplatform.services.security.jaas.DefaultLoginModule
org.exoplatform.services.security.j2ee.TomcatLoginModule
org.exoplatform.web.login.RememberMeLoginModule
All Implemented Interfaces:
LoginModule

public class RememberMeLoginModule extends org.exoplatform.services.security.j2ee.TomcatLoginModule
  • Field Summary

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

    identity, LOG, singleLogin

    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
     

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

    abort, afterInitialize, getLogger, logout

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

    getContainer, initialize

    Methods inherited from class java.lang.Object

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

    • RememberMeLoginModule

      public RememberMeLoginModule()
  • Method Details