prompto.config.auth.method.IFormAuthenticationMethodConfiguration Maven / Gradle / Ivy
package prompto.config.auth.method;
public interface IFormAuthenticationMethodConfiguration extends IAuthenticationMethodConfiguration {
String getLoginPage();
String getErrorPage();
}