|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AuthService
Server-side RPC authentication service interface.
| Method Summary | |
|---|---|
UserInfo |
getUserInfo()
Gets authenticated user information. |
java.lang.String[] |
isAuth()
Check is user authenticated. |
java.lang.String[] |
loginUser(UserInfo user)
Login user with login and password information. |
void |
logout()
Logout user. |
| Method Detail |
|---|
java.lang.String[] loginUser(UserInfo user)
throws AuthenticationException
user - user information
AuthenticationExceptionvoid logout()
java.lang.String[] isAuth()
throws AuthenticationException
AuthenticationException
UserInfo getUserInfo()
throws AuthenticationException
AuthenticationException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||