org.apache.karaf.jaas.modules.osgi
Class OsgiConfigLoginModule
java.lang.Object
org.apache.karaf.jaas.modules.AbstractKarafLoginModule
org.apache.karaf.jaas.modules.osgi.OsgiConfigLoginModule
- All Implemented Interfaces:
- LoginModule
public class OsgiConfigLoginModule
- extends AbstractKarafLoginModule
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PID
public static final String PID
- See Also:
- Constant Field Values
USER_PREFIX
public static final String USER_PREFIX
- See Also:
- Constant Field Values
OsgiConfigLoginModule
public OsgiConfigLoginModule()
initialize
public void initialize(Subject subject,
CallbackHandler callbackHandler,
Map<String,?> sharedState,
Map<String,?> 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.