|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AuthService
An authentication service interface.
| Method Summary | |
|---|---|
SessionId |
login(StatelessClientContext context,
String user,
char[] password)
Logs in the client with the given context, provided the given credentials are acceptable. |
void |
logout(ClientContext context)
Logs out the client with the given context. |
| Method Detail |
|---|
SessionId login(StatelessClientContext context,
String user,
char[] password)
throws RemoteException
context - The context.user - The user name.password - The password. Upon return, its contents are
cleared (on the server) by overwriting all prior characters
with the nul ('\0') character.
RemoteException - Thrown if the operation cannot be
completed.
void logout(ClientContext context)
throws RemoteException
context - The context.
RemoteException - Thrown if the operation cannot be
completed.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||