public class LoginHandlerImpl extends SecuredRemoteServiceServlet implements LoginHandler
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CONFIG_FILE |
static java.lang.String |
LOGOUT_URL_PROPERTY |
| Constructor and Description |
|---|
LoginHandlerImpl(<any> authenticatorService,
ConfigService configService,
DtoService dtoService,
HookHandlerService hookHandlerService) |
| 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() |
getRequestpublic static final java.lang.String LOGOUT_URL_PROPERTY
public static final java.lang.String CONFIG_FILE
public LoginHandlerImpl(<any> authenticatorService,
ConfigService configService,
DtoService dtoService,
HookHandlerService hookHandlerService)
public java.util.Set<java.lang.String> getRequiredClientModules()
throws ServerCallFailedException
getRequiredClientModules in interface LoginHandlerServerCallFailedExceptionpublic AuthenticateResultDto authenticate(AuthToken[] tokens) throws ServerCallFailedException
authenticate in interface LoginHandlerServerCallFailedExceptionpublic UserDto isAuthenticated() throws ServerCallFailedException
isAuthenticated in interface LoginHandlerServerCallFailedExceptionpublic java.lang.String logoff()
throws ServerCallFailedException
logoff in interface LoginHandlerServerCallFailedExceptionpublic int getSessionTimeout()
throws ServerCallFailedException
getSessionTimeout in interface LoginHandlerServerCallFailedException