Class InitSharedStateLoginModule

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

public class InitSharedStateLoginModule extends org.exoplatform.services.security.jaas.AbstractLoginModule
Login module is used to add credentials from JAAS callback into shared state. It's intended to be used in JAAS chain before login modules, which depend on credentials in shared state (like SharedStateLoginModule
Author:
Marek Posolda
  • Field Summary

    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
    Adding credentials from JAAS callback to shared state
    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