public interface AuthenticationResource
Modifier and Type | Method and Description |
---|---|
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
|
AuthenticationResponse validate(String sid)
sid
- sid + gcn_session_secret (taken from the GCN_SESSION_SECRET cookie) to validateString alternateSsoLogin()
String ssoLogin()
LoginResponse login(LoginRequest request)
request
- login request (contains the login credentials)GenericResponse logout(String sid)
Copyright © 2015 Gentics Software GmbH. All rights reserved.