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