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
ServerCallFailedExceptionAuthenticateResultDto authenticate(AuthToken[] tokens) throws ServerCallFailedException
ServerCallFailedExceptionUserDto isAuthenticated() throws ServerCallFailedException
ServerCallFailedExceptionjava.lang.String logoff()
throws ServerCallFailedException
ServerCallFailedExceptionint getSessionTimeout()
throws ServerCallFailedException
ServerCallFailedException