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() |
getRequest
public 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 LoginHandler
ServerCallFailedException
public AuthenticateResultDto authenticate(AuthToken[] tokens) throws ServerCallFailedException
authenticate
in interface LoginHandler
ServerCallFailedException
public UserDto isAuthenticated() throws ServerCallFailedException
isAuthenticated
in interface LoginHandler
ServerCallFailedException
public java.lang.String logoff() throws ServerCallFailedException
logoff
in interface LoginHandler
ServerCallFailedException
public int getSessionTimeout() throws ServerCallFailedException
getSessionTimeout
in interface LoginHandler
ServerCallFailedException