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

dps.authentication.AuthenticationManagerFactory Maven / Gradle / Ivy

The newest version!
package dps.authentication;

import javax.servlet.http.HttpSession;

public interface AuthenticationManagerFactory {
    AuthenticationManager getAuthenticationManager(HttpSession session);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy