Package security.service
Class CertificateDbAuthenticationService
java.lang.Object
security.service.CertificateDbAuthenticationService
- All Implemented Interfaces:
AuthenticationService
@Service("authCertificateService")
@AuthMethodConditional(CERT_OVER_DB)
public class CertificateDbAuthenticationService
extends Object
implements AuthenticationService
- Author:
- zamaliev
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.security.core.Authentication
authenticate
(String digitalSignature, String password)
-
Constructor Details
-
CertificateDbAuthenticationService
-
-
Method Details
-
authenticate
public org.springframework.security.core.Authentication authenticate(String digitalSignature, String password) - Specified by:
authenticate
in interfaceAuthenticationService
-