|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FormLoginConfigType
A representation of the model object 'Form Login Config Type'. 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
The following features are supported:
Webapp24Package.getFormLoginConfigType()
Method Summary | |
---|---|
WarPathType |
getFormErrorPage()
Returns the value of the 'Form Error Page' containment reference. |
WarPathType |
getFormLoginPage()
Returns the value of the 'Form Login Page' containment reference. |
java.lang.String |
getId()
Returns the value of the 'Id' attribute. |
void |
setFormErrorPage(WarPathType value)
Sets the value of the ' Form Error Page ' containment reference. |
void |
setFormLoginPage(WarPathType value)
Sets the value of the ' Form Login Page ' containment reference. |
void |
setId(java.lang.String value)
Sets the value of the ' Id ' attribute. |
Method Detail |
---|
WarPathType getFormLoginPage()
setFormLoginPage(WarPathType)
,
Webapp24Package.getFormLoginConfigType_FormLoginPage()
void setFormLoginPage(WarPathType value)
Form Login Page
' containment reference.
value
- the new value of the 'Form Login Page' containment reference.getFormLoginPage()
WarPathType getFormErrorPage()
setFormErrorPage(WarPathType)
,
Webapp24Package.getFormLoginConfigType_FormErrorPage()
void setFormErrorPage(WarPathType value)
Form Error Page
' containment reference.
value
- the new value of the 'Form Error Page' containment reference.getFormErrorPage()
java.lang.String getId()
If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...
setId(String)
,
Webapp24Package.getFormLoginConfigType_Id()
void setId(java.lang.String value)
Id
' attribute.
value
- the new value of the 'Id' attribute.getId()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |