Package security.service
Interface AuthenticationService
- All Known Implementing Classes:
CertificateDbAuthenticationService
,CertificateLdapAuthenticationService
,FormAuthenticationService
public interface AuthenticationService
-
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.security.core.Authentication
authenticate
(String userName, String password)
-
Method Details
-
authenticate
-