Package net.datenwerke.oidc.server.auth
Class OidcLoginHandlerImpl
RemoteServiceServlet
net.datenwerke.gf.base.server.DwRemoteServiceServlet
net.datenwerke.security.server.SecuredRemoteServiceServlet
net.datenwerke.rs.authenticator.server.LoginHandlerImpl
net.datenwerke.oidc.server.auth.OidcLoginHandlerImpl
- All Implemented Interfaces:
RemoteRequest,OidcLoginHandler,LoginHandler
- 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 inherited from class net.datenwerke.rs.authenticator.server.LoginHandlerImpl
CONFIG_FILE, LOGOUT_URL_PROPERTY -
Constructor Summary
ConstructorsConstructorDescriptionOidcLoginHandlerImpl(ConfigService configService, DtoService dtoService, <any> authenticatorService) -
Method Summary
Modifier and TypeMethodDescriptionAuthenticateResultDtoauthenticate(String token, String idToken) Methods inherited from class net.datenwerke.rs.authenticator.server.LoginHandlerImpl
authenticate, getRequiredClientModules, getSessionTimeout, isAuthenticated, logoffMethods inherited from class net.datenwerke.security.server.SecuredRemoteServiceServlet
getRequest
-
Constructor Details
-
OidcLoginHandlerImpl
public OidcLoginHandlerImpl(ConfigService configService, DtoService dtoService, <any> authenticatorService)
-
-
Method Details
-
authenticate
public AuthenticateResultDto authenticate(String token, String idToken) throws ServerCallFailedException - Specified by:
authenticatein interfaceOidcLoginHandler- Throws:
ServerCallFailedException
-