public class Krb5LoginModule extends Object implements LoginModule
| Constructor and Description |
|---|
Krb5LoginModule() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
abort() |
boolean |
commit() |
void |
initialize(Subject _subject,
CallbackHandler _callbackHandler,
Map<String,?> _sharedState,
Map<String,?> _options) |
boolean |
login() |
boolean |
logout() |
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–2019 The Apache Software Foundation. All rights reserved.