Class OAuthLoginModule

java.lang.Object
org.exoplatform.services.security.jaas.AbstractLoginModule
io.meeds.oauth.jaas.OAuthLoginModule
All Implemented Interfaces:
LoginModule

public class OAuthLoginModule extends org.exoplatform.services.security.jaas.AbstractLoginModule
JAAS login module to finish Authentication after successfully finished OAuth workflow
  • 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 void
    establishSecurityContext(org.exoplatform.container.ExoContainer container, String username)
     
    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
  • Constructor Details

    • OAuthLoginModule

      public OAuthLoginModule()
  • Method Details