public class ClientLoginModule extends Object implements LoginModule
Client.isCredentialsMatch(String, char[]).
This login module doesn't accept any configuration options and it logs to the log file via the system logging mechanism.
| Constructor and Description |
|---|
ClientLoginModule() |
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 © 2014. All Rights Reserved.