|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.grizzly.http.webxml.schema.version_3_0.FormLoginConfigType
public class FormLoginConfigType
The form-login-configType specifies the login and error pages that should be used in form based login. If form based authentication is not used, these elements are ignored. Used in: login-config
Java class for form-login-configType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="form-login-configType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="form-login-page" type="{http://java.sun.com/xml/ns/javaee}war-pathType"/> <element name="form-error-page" type="{http://java.sun.com/xml/ns/javaee}war-pathType"/> </sequence> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" /> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected WarPathType |
formErrorPage
|
protected WarPathType |
formLoginPage
|
protected String |
id
|
Constructor Summary | |
---|---|
FormLoginConfigType()
|
Method Summary | |
---|---|
WarPathType |
getFormErrorPage()
Gets the value of the formErrorPage property. |
WarPathType |
getFormLoginPage()
Gets the value of the formLoginPage property. |
String |
getId()
Gets the value of the id property. |
void |
setFormErrorPage(WarPathType value)
Sets the value of the formErrorPage property. |
void |
setFormLoginPage(WarPathType value)
Sets the value of the formLoginPage property. |
void |
setId(String value)
Sets the value of the id property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected WarPathType formLoginPage
protected WarPathType formErrorPage
protected String id
Constructor Detail |
---|
public FormLoginConfigType()
Method Detail |
---|
public WarPathType getFormLoginPage()
WarPathType
public void setFormLoginPage(WarPathType value)
value
- allowed object is
WarPathType
public WarPathType getFormErrorPage()
WarPathType
public void setFormErrorPage(WarPathType value)
value
- allowed object is
WarPathType
public String getId()
String
public void setId(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |