|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AuthenticationResource
Authentication Resource. This can be used to authenticate an existing SID.
Method Summary | |
---|---|
String |
alternateSsoLogin()
Perform a login to the system with SSO systems |
LoginResponse |
login(LoginRequest request)
Perform a login to the system based on user credentials. |
GenericResponse |
logout(String sid)
Do a logout for the current session |
String |
ssoLogin()
Perform a login to the system with SSO systems |
AuthenticationResponse |
validate(String sid)
Validate the given SID |
Method Detail |
---|
AuthenticationResponse validate(String sid)
sid
- sid + gcn_session_secret (taken from the GCN_SESSION_SECRET cookie) to validate
String alternateSsoLogin()
String ssoLogin()
LoginResponse login(LoginRequest request)
request
- login request (contains the login credentials)
GenericResponse logout(String sid)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |