Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.platform.login
Class NuxeoAbstractServerLoginModule

java.lang.Object
  extended by org.nuxeo.ecm.platform.login.NuxeoAbstractServerLoginModule
All Implemented Interfaces:
LoginModule
Direct Known Subclasses:
NuxeoLoginModule

public abstract class NuxeoAbstractServerLoginModule
extends Object
implements LoginModule

Abstract implementation of the LoginModule SPI from javax.security.auth.spi.


Constructor Summary
NuxeoAbstractServerLoginModule()
           
 
Method Summary
 boolean abort()
           
 boolean commit()
           
 void initialize(Subject subject, CallbackHandler callbackHandler, Map<String,?> sharedState, Map<String,?> options)
           
 boolean logout()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.security.auth.spi.LoginModule
login
 

Constructor Detail

NuxeoAbstractServerLoginModule

public NuxeoAbstractServerLoginModule()
Method Detail

abort

public boolean abort()
              throws LoginException
Specified by:
abort in interface LoginModule
Throws:
LoginException

commit

public boolean commit()
               throws LoginException
Specified by:
commit in interface LoginModule
Throws:
LoginException

initialize

public void initialize(Subject subject,
                       CallbackHandler callbackHandler,
                       Map<String,?> sharedState,
                       Map<String,?> options)
Specified by:
initialize in interface LoginModule

logout

public boolean logout()
               throws LoginException
Specified by:
logout in interface LoginModule
Throws:
LoginException

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.