public class ProxyLoginModule extends Object implements LoginModule
| Modifier and Type | Field and Description |
|---|---|
static String |
PROPERTY_BUNDLE |
static String |
PROPERTY_MODULE |
| Constructor and Description |
|---|
ProxyLoginModule() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
abort() |
boolean |
commit() |
static void |
init(org.osgi.framework.BundleContext context) |
void |
initialize(Subject subject,
CallbackHandler callbackHandler,
Map<String,?> sharedState,
Map<String,?> options) |
boolean |
login() |
boolean |
logout() |
public static final String PROPERTY_MODULE
public static final String PROPERTY_BUNDLE
public static void init(org.osgi.framework.BundleContext context)
public void initialize(Subject subject, CallbackHandler callbackHandler, Map<String,?> sharedState, Map<String,?> options)
initialize in interface LoginModulepublic boolean login()
throws LoginException
login in interface LoginModuleLoginExceptionpublic boolean commit()
throws LoginException
commit in interface LoginModuleLoginExceptionpublic boolean abort()
throws LoginException
abort in interface LoginModuleLoginExceptionpublic boolean logout()
throws LoginException
logout in interface LoginModuleLoginExceptionCopyright © 2007–2015 The Apache Software Foundation. All rights reserved.