Class JwtLoginModule

java.lang.Object
org.exoplatform.services.security.jaas.AbstractLoginModule
org.exoplatform.services.security.jaas.DefaultLoginModule
org.exoplatform.services.security.j2ee.TomcatLoginModule
org.exoplatform.addons.jwt.JwtLoginModule
All Implemented Interfaces:
LoginModule

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

    Fields
    Modifier and Type
    Field
    Description
    protected final org.exoplatform.services.log.Log
     

    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
     
    protected org.exoplatform.services.log.Log
     
    boolean
     

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

    abort, afterInitialize, 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
  • Field Details

    • log

      protected final org.exoplatform.services.log.Log log
  • Constructor Details

    • JwtLoginModule

      public JwtLoginModule()
  • Method Details

    • getLogger

      protected org.exoplatform.services.log.Log getLogger()
      Overrides:
      getLogger in class org.exoplatform.services.security.jaas.DefaultLoginModule
    • login

      public boolean login() throws LoginException
      Specified by:
      login in interface LoginModule
      Overrides:
      login in class org.exoplatform.services.security.jaas.DefaultLoginModule
      Throws:
      LoginException
    • commit

      public boolean commit() throws LoginException
      Specified by:
      commit in interface LoginModule
      Overrides:
      commit in class org.exoplatform.services.security.j2ee.TomcatLoginModule
      Throws:
      LoginException