
prompto.config.auth.method.IAuthenticationMethodConfiguration Maven / Gradle / Ivy
package prompto.config.auth.method;
import prompto.security.auth.method.IAuthenticationMethodFactory;
@FunctionalInterface
public interface IAuthenticationMethodConfiguration {
IAuthenticationMethodFactory getAuthenticationMethodFactory();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy