Interface ProviderAuthenticationStrategy


public interface ProviderAuthenticationStrategy
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    authenticate(String name, String password)
     
  • Method Details

    • authenticate

      boolean authenticate(String name, String password)