Interface AuthenticationProvider


public interface AuthenticationProvider
AuthenticationProvider

Configures an authentication provider.

  • Method Summary

    Modifier and Type
    Method
    Description
    authenticate(String userName, char[] password)
    Authenticate a user.
    Returns security roles of the given user