public class ClientLoginModule extends Object implements LoginModule
| Constructor and Description | 
|---|
ClientLoginModule()  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
abort()
Method to abort the authentication process (phase 2). 
 | 
boolean | 
commit()
Method to commit the authentication process (phase 2). 
 | 
void | 
initialize(Subject subject,
          CallbackHandler callbackHandler,
          Map<String,?> sharedState,
          Map<String,?> options)
Initialize this LoginModule. 
 | 
boolean | 
login()
Method to authenticate a Subject (phase 1). 
 | 
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 © 2017 JBoss by Red Hat. All rights reserved.