All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.lsn.spring.auth.authentication.strategy.AuthenticationStrategy Maven / Gradle / Ivy

There is a newer version: 2.2.0
Show newest version
package io.lsn.spring.auth.authentication.strategy;

import io.lsn.spring.auth.entity.User;

/**
 * @author Patryk Szlagowski 
 */
public interface AuthenticationStrategy {

    boolean supports(String name);
    boolean authenticate(User user, String password);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy