public class ScriptLoginModule extends Object implements LoginModule
| Modifier and Type | Field and Description |
|---|---|
Set<Principal> |
principals |
| Constructor and Description |
|---|
ScriptLoginModule() |
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 © 1999–2014 The Apache Software Foundation. All rights reserved.