| Modifier and Type | Method and Description |
|---|---|
UserLoginResult |
login()
Creates a session for the currently authenticated user
|
UserLoginResult |
loginUser(UserLoginDTO params)
Creates a session for an user, indicating a remote address (from the client connection) and a channel.
|
void |
logout()
Invalidates the current user session, if the current request was authenticated with a session
|
boolean |
logoutUser(java.lang.String token)
Removes the session with the given token, returning whether the sessions was actually removed
|
UserLoginResult login() throws FrameworkException, LoginException, RemoteAddressBlockedException
UserLoginResult loginUser(UserLoginDTO params) throws FrameworkException, LoginException, RemoteAddressBlockedException
void logout()
throws FrameworkException
FrameworkExceptionboolean logoutUser(java.lang.String token)
throws FrameworkException
FrameworkException