Class DigestLoginModule

java.lang.Object
org.exoplatform.services.security.jaas.AbstractLoginModule
io.meeds.web.security.authenticator.DigestLoginModule
All Implemented Interfaces:
LoginModule

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

    Fields
    Modifier and Type
    Field
    Description
     
    protected org.exoplatform.services.security.Identity
     
    protected static org.exoplatform.services.security.IdentityRegistry
     
    protected static final org.exoplatform.services.log.Log
     

    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 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

    • LOG

      protected static final org.exoplatform.services.log.Log LOG
    • digestAuthenticatorService

      protected static DigestAuthenticatorService digestAuthenticatorService
    • identityRegistry

      protected static org.exoplatform.services.security.IdentityRegistry identityRegistry
    • identity

      protected org.exoplatform.services.security.Identity identity
  • Constructor Details

    • DigestLoginModule

      public DigestLoginModule()
  • Method Details