public interface LoginHandler
Modifier and Type | Method and Description |
---|---|
AuthenticateResultDto |
authenticate(AuthToken[] tokens) |
java.util.Set<java.lang.String> |
getRequiredClientModules() |
int |
getSessionTimeout() |
UserDto |
isAuthenticated() |
java.lang.String |
logoff() |
java.util.Set<java.lang.String> getRequiredClientModules() throws ServerCallFailedException
ServerCallFailedException
AuthenticateResultDto authenticate(AuthToken[] tokens) throws ServerCallFailedException
ServerCallFailedException
UserDto isAuthenticated() throws ServerCallFailedException
ServerCallFailedException
java.lang.String logoff() throws ServerCallFailedException
ServerCallFailedException
int getSessionTimeout() throws ServerCallFailedException
ServerCallFailedException