|
Apache Tomcat 7.0.28 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.catalina.deploy.LoginConfig
public class LoginConfig
Representation of a login configuration element for a web application,
as represented in a <login-config>
element in the
deployment descriptor.
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 | |
---|---|
boolean |
equals(Object obj)
|
String |
getAuthMethod()
|
String |
getErrorPage()
|
String |
getLoginPage()
|
String |
getRealmName()
|
int |
hashCode()
|
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. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public LoginConfig()
public LoginConfig(String authMethod, String realmName, String loginPage, String errorPage)
authMethod
- The authentication methodrealmName
- The realm nameloginPage
- The login page URIerrorPage
- The error page URIMethod Detail |
---|
public String getAuthMethod()
public void setAuthMethod(String authMethod)
public String getErrorPage()
public void setErrorPage(String errorPage)
public String getLoginPage()
public void setLoginPage(String loginPage)
public String getRealmName()
public void setRealmName(String realmName)
public String toString()
toString
in class Object
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
Apache Tomcat 7.0.28 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |