org.apache.karaf.jaas.modules.properties
Class PropertiesLoginModule
java.lang.Object
org.apache.karaf.jaas.modules.AbstractKarafLoginModule
org.apache.karaf.jaas.modules.properties.PropertiesLoginModule
- All Implemented Interfaces:
- LoginModule
public class PropertiesLoginModule
- extends AbstractKarafLoginModule
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropertiesLoginModule
public PropertiesLoginModule()
initialize
public void initialize(Subject sub,
CallbackHandler handler,
Map sharedState,
Map options)
login
public boolean login()
throws LoginException
- Throws:
LoginException
abort
public boolean abort()
throws LoginException
- Throws:
LoginException
logout
public boolean logout()
throws LoginException
- Throws:
LoginException
Copyright © 2007-2012 The Apache Software Foundation. All Rights Reserved.