public class GSSAPILdapLoginModule extends AbstractKarafLoginModule
| Modifier and Type | Field and Description |
|---|---|
static String |
REALM_PROPERTY |
bundleContext, callbackHandler, debug, detailedLoginExcepion, options, principals, roleDiscriminator, rolePolicy, subject, user| Constructor and Description |
|---|
GSSAPILdapLoginModule() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
abort() |
boolean |
commit() |
protected boolean |
doLogin() |
void |
initialize(Subject subject,
CallbackHandler callbackHandler,
Map<String,?> sharedState,
Map<String,?> options) |
boolean |
login() |
boolean |
logout() |
checkPassword, clear, getEncryptedPassword, initializepublic static final String REALM_PROPERTY
public void initialize(Subject subject, CallbackHandler callbackHandler, Map<String,?> sharedState, Map<String,?> options)
public boolean login()
throws LoginException
LoginExceptionprotected boolean doLogin()
throws LoginException
LoginExceptionpublic boolean abort()
throws LoginException
LoginExceptionpublic boolean commit()
throws LoginException
commit in interface LoginModulecommit in class AbstractKarafLoginModuleLoginExceptionpublic boolean logout()
throws LoginException
LoginExceptionCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.