jrun.servlet.metadata
Class LoginConfigMetaData
java.lang.Object
|
+--jrunx.xml.XMLMetaData
|
+--jrun.servlet.metadata.LoginConfigMetaData
- public class LoginConfigMetaData
- extends XMLMetaData
The login-config element is used to configure the authentication method that
should be used, the realm name that should be used for this application, and
the attributes that are needed by the form login mechanism.
The login-config element is used in the web-app element
- Author:
- Paul Reilly
- See Also:
WebAppMetaData
| Inner classes inherited from class jrunx.xml.XMLMetaData |
XMLMetaData.BaseException, XMLMetaData.CouldNotCreateDocumentException, XMLMetaData.CreateInstanceException, XMLMetaData.ElementRequiredException, XMLMetaData.IntegerExpectedException, XMLMetaData.InvalidElementException, XMLMetaData.InvalidObjectException, XMLMetaData.MetaDataExportIOException, XMLMetaData.NoLocationException, XMLMetaData.NoStringConstructorException, XMLMetaData.UnsupportedArrayTypeException |
| Methods inherited from class jrunx.xml.XMLMetaData |
addAcronym, addAcronyms, addPackagePrefix, addPackagePrefixes, exportDocument, getAttribute, getMetaDataSource, getParent, getPersistenceContext, getText, importXML, importXML, remove, removeAttribute, setAttribute, setMetaDataSource, setMetaDataSource, setParent, setParent, setPersistenceContext, setPublicID, setSystemID, setText, sync, sync, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
LoginConfigMetaData
public LoginConfigMetaData()
getAuthMethod
public java.lang.String getAuthMethod()
setAuthMethod
public void setAuthMethod(java.lang.String authMethod)
getRealmName
public java.lang.String getRealmName()
setRealmName
public void setRealmName(java.lang.String realmName)
getFormLoginConfig
public FormLoginConfigMetaData getFormLoginConfig()
setFormLoginConfig
public void setFormLoginConfig(FormLoginConfigMetaData formLoginConfig)
Copyright � 2002 Macromedia Corporation. All Rights Reserved.