public class FormLoginConfigType extends Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected WarPathType |
formErrorPage |
protected WarPathType |
formLoginPage |
protected String |
id |
| Constructor and Description |
|---|
FormLoginConfigType() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
FormLoginConfigType |
withFormErrorPage(WarPathType value) |
FormLoginConfigType |
withFormLoginPage(WarPathType value) |
FormLoginConfigType |
withId(String value) |
protected WarPathType formLoginPage
protected WarPathType formErrorPage
protected String id
public WarPathType getFormLoginPage()
WarPathTypepublic void setFormLoginPage(WarPathType value)
value - allowed object is
WarPathTypepublic WarPathType getFormErrorPage()
WarPathTypepublic void setFormErrorPage(WarPathType value)
value - allowed object is
WarPathTypepublic void setId(String value)
value - allowed object is
Stringpublic FormLoginConfigType withFormLoginPage(WarPathType value)
public FormLoginConfigType withFormErrorPage(WarPathType value)
public FormLoginConfigType withId(String value)
Copyright © 2019. All rights reserved.