Package prompto.config.auth.method
Class FormAuthenticationMethodConfiguration
- java.lang.Object
-
- prompto.config.auth.method.AuthenticationMethodConfiguration
-
- prompto.config.auth.method.FormAuthenticationMethodConfiguration
-
- All Implemented Interfaces:
IAuthenticationMethodConfiguration,IFormAuthenticationMethodConfiguration
public class FormAuthenticationMethodConfiguration extends AuthenticationMethodConfiguration implements IFormAuthenticationMethodConfiguration
-
-
Constructor Summary
Constructors Constructor Description FormAuthenticationMethodConfiguration(prompto.config.IConfigurationReader reader)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetErrorPage()StringgetLoginPage()-
Methods inherited from class prompto.config.auth.method.AuthenticationMethodConfiguration
getAuthenticationMethodFactory, getAuthenticationMethodFactory
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface prompto.config.auth.method.IAuthenticationMethodConfiguration
getAuthenticationMethodFactory
-
-
-
-
Method Detail
-
getLoginPage
public String getLoginPage()
- Specified by:
getLoginPagein interfaceIFormAuthenticationMethodConfiguration
-
getErrorPage
public String getErrorPage()
- Specified by:
getErrorPagein interfaceIFormAuthenticationMethodConfiguration
-
-