|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.jonas.security.auth.spi.RemoteLoginModule
public class RemoteLoginModule
This Remote login module is used to run a JAAS authentication on the remote side. This allows users to provide a simple LoginModule which run on the server side and to share this login module from the client side (in this case it use remotely the user login module)
| Constructor Summary | |
|---|---|
RemoteLoginModule()
|
|
| Method Summary | |
|---|---|
boolean |
abort()
Method to abort the authentication process (phase 2). |
boolean |
commit()
Method to commit the authentication process (phase 2). |
protected JResourceRemote |
findRemoteResource(List<String> resourceNames,
List<String> userProviderURLs)
Gets a remote resource in order to ask a remote authentication. |
protected Context |
getInitialContext(String providerURL)
Builds an Initial Context for the given providerURL. |
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 RemoteLoginModule()
| 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
protected JResourceRemote findRemoteResource(List<String> resourceNames,
List<String> userProviderURLs)
throws LoginException
resourceNames - the names of the resources that should be in the registry.userProviderURLs - the list of PROVIDER_URL to use (empty/null = default)
LoginException - if no resources are available.
protected Context getInitialContext(String providerURL)
throws NamingException
providerURL - the given URL to use. If null, use the default setting
NamingException - if no context can be built
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 | |||||||||