|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.jonas.security.auth.spi.ClientLoginModule
public class ClientLoginModule
This class is used to propagate the Principal and roles to the server It doesn't make any authentication
| Constructor Summary | |
|---|---|
ClientLoginModule()
|
|
| Method Summary | |
|---|---|
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 sharedState,
Map options)
Initialize this LoginModule. |
boolean |
login()
Method to authenticate a Subject (phase 1). |
boolean |
logout()
Method which logs out a Subject. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ClientLoginModule()
| Method Detail |
|---|
public void initialize(Subject subject,
CallbackHandler callbackHandler,
Map sharedState,
Map options)
initialize in interface LoginModulesubject - the Subject to be authenticated.callbackHandler - a CallbackHandler for communicating with the end user (prompting for usernames and passwords, for example).sharedState - state shared with other configured LoginModules.options - options specified in the login Configuration for this particular LoginModule.
public boolean login()
throws LoginException
login in interface LoginModuleLoginException - if the authentication fails
public boolean commit()
throws LoginException
commit in interface LoginModuleLoginException - if the commit fails
public boolean abort()
throws LoginException
abort in interface LoginModuleLoginException - if the abort fails
public boolean logout()
throws LoginException
logout in interface LoginModuleLoginException - if the logout fails
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||