|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GLoginService
Interface to login services.
Method Summary | |
---|---|
void |
authenticate(GLoginData data)
Authenticates a user and stores the authentication token to GLoginData.setAuthenticationToken(String) (only if needed by
authorize(GLoginData) ). |
void |
authorize(GLoginData data)
Authorizes access to an application and stores an authorization cookie to GLoginData.setAuthorizationCookie(String) . |
Method Detail |
---|
void authenticate(GLoginData data) throws Exception
GLoginData.setAuthenticationToken(String)
(only if needed by
authorize(GLoginData)
).
data
- authentication input data and response data (authentication
token) container.
Exception
void authorize(GLoginData data) throws Exception
GLoginData.setAuthorizationCookie(String)
.
data
- authentication input data and response data (authorization
cookie) container.
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |