jrun.servlet.metadata
Class FormLoginConfigMetaData
java.lang.Object
|
+--jrunx.xml.XMLMetaData
|
+--jrun.servlet.metadata.FormLoginConfigMetaData
- public class FormLoginConfigMetaData
- extends XMLMetaData
The form-login-config element specifies the login and error pages that
should be used in form based login. If form based authentication is
not uses, these elements are ignored.
The form-login-config element is used in the login-config element
- Author:
- Paul Reilly
- See Also:
LoginConfigMetaData
| 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 |
FormLoginConfigMetaData
public FormLoginConfigMetaData()
getFormErrorPage
public java.lang.String getFormErrorPage()
setFormErrorPage
public void setFormErrorPage(java.lang.String formErrorPage)
getFormLoginPage
public java.lang.String getFormLoginPage()
setFormLoginPage
public void setFormLoginPage(java.lang.String formLoginPage)
Copyright � 2002 Macromedia Corporation. All Rights Reserved.