org.apache.catalina.deploy
Class LoginConfig

java.lang.Object
  |
  +--org.apache.catalina.deploy.LoginConfig

public final class LoginConfig
extends java.lang.Object

Representation of a login configuration element for a web application, as represented in a <login-config> element in the deployment descriptor.

Version:
$Revision: 1.3 $ $Date: 2000/10/07 20:08:43 $
Author:
Craig R. McClanahan

Constructor Summary
LoginConfig()
           
 
Method Summary
 java.lang.String getAuthMethod()
           
 java.lang.String getErrorPage()
           
 java.lang.String getLoginPage()
           
 java.lang.String getRealmName()
           
 void setAuthMethod(java.lang.String authMethod)
           
 void setErrorPage(java.lang.String errorPage)
           
 void setLoginPage(java.lang.String loginPage)
           
 void setRealmName(java.lang.String realmName)
           
 java.lang.String toString()
          Return a String representation of this object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LoginConfig

public LoginConfig()
Method Detail

getAuthMethod

public java.lang.String getAuthMethod()

setAuthMethod

public void setAuthMethod(java.lang.String authMethod)

getErrorPage

public java.lang.String getErrorPage()

setErrorPage

public void setErrorPage(java.lang.String errorPage)

getLoginPage

public java.lang.String getLoginPage()

setLoginPage

public void setLoginPage(java.lang.String loginPage)

getRealmName

public java.lang.String getRealmName()

setRealmName

public void setRealmName(java.lang.String realmName)

toString

public java.lang.String toString()
Return a String representation of this object.
Overrides:
toString in class java.lang.Object


Copyright © 2000 Apache Software Foundation. All Rights Reserved.