|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SecurityConstraint
The security-constraint element is used to associate security constraints with one or more web resource collections
Method Summary | |
---|---|
AuthConstraint |
getAuthConstraint()
|
java.lang.String |
getDisplayName()
Returns the value of the 'Display Name' attribute |
org.eclipse.emf.common.util.EList |
getDisplayNames()
Returns the value of the 'Display Names' containment reference list. |
UserDataConstraint |
getUserDataConstraint()
|
WebApp |
getWebApp()
|
org.eclipse.emf.common.util.EList |
getWebResourceCollections()
|
void |
setAuthConstraint(AuthConstraint value)
|
void |
setDisplayName(java.lang.String value)
Sets the value of the ' Display Name ' attribute |
void |
setUserDataConstraint(UserDataConstraint value)
|
void |
setWebApp(WebApp 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 |
---|
java.lang.String getDisplayName()
If the meaning of the 'Display Name' attribute isn't clear, there really should be more of a description here...
setDisplayName(String)
,
WebapplicationPackage.getSecurityConstraint_DisplayName()
void setDisplayName(java.lang.String value)
Display Name
' attribute.
value
- the new value of the 'Display Name' attribute.getDisplayName()
WebApp getWebApp()
void setWebApp(WebApp value)
value
- The new value of the WebApp referenceorg.eclipse.emf.common.util.EList getWebResourceCollections()
AuthConstraint getAuthConstraint()
void setAuthConstraint(AuthConstraint value)
value
- The new value of the AuthConstraint referenceUserDataConstraint getUserDataConstraint()
void setUserDataConstraint(UserDataConstraint value)
value
- The new value of the UserDataConstraint referenceorg.eclipse.emf.common.util.EList getDisplayNames()
DisplayName
.
If the meaning of the 'Display Names' containment reference list isn't clear, there really should be more of a description here...
WebapplicationPackage.getSecurityConstraint_DisplayNames()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |