org.jasig.portal.container.om.servlet
Class LoginConfigImpl
java.lang.Object
org.jasig.portal.container.om.servlet.LoginConfigImpl
- All Implemented Interfaces:
- java.io.Serializable
- public class LoginConfigImpl
- extends java.lang.Object
- implements java.io.Serializable
Data structure to support WebApplicationDefinition for
marshalling and unmarshalling of web.xml.
Not needed by the Pluto container.
- Version:
- $Revision: 1.1 $
- Author:
- Ken Weiner, kweiner@unicon.net
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LoginConfigImpl
public LoginConfigImpl()
getAuthMethod
public java.lang.String getAuthMethod()
getRealmName
public java.lang.String getRealmName()
getFormLoginConfig
public FormLoginConfigImpl getFormLoginConfig()
setAuthMethod
public void setAuthMethod(java.lang.String authMethod)
setRealmName
public void setRealmName(java.lang.String realmName)
setFormLoginConfig
public void setFormLoginConfig(FormLoginConfigImpl formLoginConfig)