Interface AuthenticationService

All Known Implementing Classes:
CertificateDbAuthenticationService, CertificateLdapAuthenticationService, FormAuthenticationService

public interface AuthenticationService
  • Method Summary

    Modifier and Type
    Method
    Description
    org.springframework.security.core.Authentication
    authenticate(String userName, String password)
     
  • Method Details

    • authenticate

      org.springframework.security.core.Authentication authenticate(String userName, String password)