org.apache.catalina.deploy
public class LoginConfig extends Object implements Serializable
<login-config>
element in the
deployment descriptor.
Version: $Revision: 467222 $ $Date: 2006-10-24 05:17:11 +0200 (Tue, 24 Oct 2006) $
Constructor Summary | |
---|---|
LoginConfig()
Construct a new LoginConfig with default properties. | |
LoginConfig(String authMethod, String realmName, String loginPage, String errorPage)
Construct a new LoginConfig with the specified properties.
|
Method Summary | |
---|---|
String | getAuthMethod() |
String | getErrorPage() |
String | getLoginPage() |
String | getRealmName() |
void | setAuthMethod(String authMethod) |
void | setErrorPage(String errorPage) |
void | setLoginPage(String loginPage) |
void | setRealmName(String realmName) |
String | toString()
Return a String representation of this object. |
Parameters: authMethod The authentication method realmName The realm name loginPage The login page URI errorPage The error page URI