|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
EList |
getDisplayNames()
Returns the value of the 'Display Names' containment reference list. |
UserDataConstraint |
getUserDataConstraint()
|
WebApp |
getWebApp()
|
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)
|
Method Detail |
public 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()
public void setDisplayName(java.lang.String value)
Display Name
' attribute.
value
- the new value of the 'Display Name' attribute.getDisplayName()
public WebApp getWebApp()
public void setWebApp(WebApp value)
value
- The new value of the WebApp referencepublic EList getWebResourceCollections()
public AuthConstraint getAuthConstraint()
public void setAuthConstraint(AuthConstraint value)
value
- The new value of the AuthConstraint referencepublic UserDataConstraint getUserDataConstraint()
public void setUserDataConstraint(UserDataConstraint value)
value
- The new value of the UserDataConstraint referencepublic 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 |