org.eclipse.jst.j2ee.webapplication
Interface FormLoginConfig

All Superinterfaces:
org.eclipse.emf.ecore.EObject, J2EEEObject, org.eclipse.emf.common.notify.Notifier

public interface FormLoginConfig
extends J2EEEObject

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 used, these elements are ignored.


Method Summary
 java.lang.String getFormErrorPage()
           
 java.lang.String getFormLoginPage()
           
 LoginConfig getLoginConfig()
           
 void setFormErrorPage(java.lang.String value)
           
 void setFormLoginPage(java.lang.String value)
           
 void setLoginConfig(LoginConfig value)
           
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getFormLoginPage

java.lang.String getFormLoginPage()
Returns:
The value of the FormLoginPage attribute The form-login-page element defines the location in the web app where the page that can be used for login can be found

setFormLoginPage

void setFormLoginPage(java.lang.String value)
Parameters:
value - The new value of the FormLoginPage attribute

getFormErrorPage

java.lang.String getFormErrorPage()
Returns:
The value of the FormErrorPage attribute The form-error-page element defines the location in the web app where the error page that is displayed when login is not successful can be found

setFormErrorPage

void setFormErrorPage(java.lang.String value)
Parameters:
value - The new value of the FormErrorPage attribute

getLoginConfig

LoginConfig getLoginConfig()
Returns:
The LoginConfig reference

setLoginConfig

void setLoginConfig(LoginConfig value)
Parameters:
l - The new value of the LoginConfig reference