Class ChallengeResponseRpcServiceImpl
RemoteServiceServlet
net.datenwerke.gf.base.server.DwRemoteServiceServlet
net.datenwerke.security.server.SecuredRemoteServiceServlet
net.datenwerke.rs.authenticator.cr.server.ChallengeResponseRpcServiceImpl
- All Implemented Interfaces:
RemoteRequest,ChallengeResponseRpcService
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
public class ChallengeResponseRpcServiceImpl
extends SecuredRemoteServiceServlet
implements ChallengeResponseRpcService
-
Constructor Summary
ConstructorsConstructorDescriptionChallengeResponseRpcServiceImpl(ChallengeResponseService challengeResponseService, PasswordHasher passwordHasher) -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class net.datenwerke.security.server.SecuredRemoteServiceServlet
getRequest
-
Constructor Details
-
ChallengeResponseRpcServiceImpl
public ChallengeResponseRpcServiceImpl(ChallengeResponseService challengeResponseService, PasswordHasher passwordHasher)
-
-
Method Details
-
requestChallenge
- Specified by:
requestChallengein interfaceChallengeResponseRpcService- Throws:
ServerCallFailedException
-
getHmacPassphrase
- Specified by:
getHmacPassphrasein interfaceChallengeResponseRpcService
-