prompto.config.auth.method.IFormAuthenticationMethodConfiguration Maven / Gradle / Ivy
The newest version!
package prompto.config.auth.method;
public interface IFormAuthenticationMethodConfiguration extends IAuthenticationMethodConfiguration {
String getLoginPage();
String getErrorPage();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy