org.apache.pluto.descriptors.servlet
Class LoginConfigDD

java.lang.Object
  extended by org.apache.pluto.descriptors.servlet.LoginConfigDD

public class LoginConfigDD
extends Object

Since:
Feb 28, 2005
Version:
$Id: LoginConfigDD.java 156636 2005-03-09 12:16:31Z cziegeler $

Constructor Summary
LoginConfigDD()
           
 
Method Summary
 String getAuthMethod()
           
 FormLoginConfigDD getFormLoginConfig()
           
 String getRealmName()
           
 void setAuthMethod(String authMethod)
           
 void setFormLoginConfig(FormLoginConfigDD formLoginConfig)
           
 void setRealmName(String realmName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoginConfigDD

public LoginConfigDD()
Method Detail

getAuthMethod

public String getAuthMethod()

setAuthMethod

public void setAuthMethod(String authMethod)

getRealmName

public String getRealmName()

setRealmName

public void setRealmName(String realmName)

getFormLoginConfig

public FormLoginConfigDD getFormLoginConfig()

setFormLoginConfig

public void setFormLoginConfig(FormLoginConfigDD formLoginConfig)


Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.