|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ISpaceUserAccountDriver
A read-only facade for an underlying security ISpaceUserAccountDriver used to authenticate individual users, and identify the security roles associated with those users.
| Method Summary | |
|---|---|
GenericPrincipal |
authenticate(String username,
String password)
Return the Principal associated with the specified username and credentials, if there is one; if username unknown or password is wrong SecurityException
will be thrown. |
void |
init(String url,
String containerName)
Initialize the driver according to the url and container name. |
| Method Detail |
|---|
void init(String url,
String containerName)
throws Exception
url - tokenized urlcontainerName - container name
Exception
GenericPrincipal authenticate(String username,
String password)
SecurityException
will be thrown.
username - Username of the Principal to look uppassword - Password or other credentials to use in authenticating this username.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||