Class LoginHandlerImpl
RemoteServiceServlet
net.datenwerke.gf.base.server.DwRemoteServiceServlet
net.datenwerke.security.server.SecuredRemoteServiceServlet
net.datenwerke.rs.authenticator.server.LoginHandlerImpl
- All Implemented Interfaces:
RemoteRequest,LoginHandler
- Direct Known Subclasses:
OidcLoginHandlerImpl
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionLoginHandlerImpl(ConfigService configService, DtoService dtoService, <any> authenticatorService) -
Method Summary
Modifier and TypeMethodDescriptionAuthenticateResultDtoauthenticate(AuthToken[] tokens) intUserDtologoff()Methods inherited from class net.datenwerke.security.server.SecuredRemoteServiceServlet
getRequest
-
Field Details
-
LOGOUT_URL_PROPERTY
- See Also:
-
CONFIG_FILE
- See Also:
-
-
Constructor Details
-
LoginHandlerImpl
public LoginHandlerImpl(ConfigService configService, DtoService dtoService, <any> authenticatorService)
-
-
Method Details
-
getRequiredClientModules
- Specified by:
getRequiredClientModulesin interfaceLoginHandler- Throws:
ServerCallFailedException
-
authenticate
- Specified by:
authenticatein interfaceLoginHandler- Throws:
ServerCallFailedException
-
isAuthenticated
- Specified by:
isAuthenticatedin interfaceLoginHandler- Throws:
ServerCallFailedException
-
logoff
- Specified by:
logoffin interfaceLoginHandler- Throws:
ServerCallFailedException
-
getSessionTimeout
- Specified by:
getSessionTimeoutin interfaceLoginHandler- Throws:
ServerCallFailedException
-