|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SecurityConstraintType
A representation of the model object 'Security Constraint Type'. The security-constraintType is used to associate security constraints with one or more web resource collections Used in: web-app
The following features are supported:
Webapp25Package.getSecurityConstraintType()
Method Summary | |
---|---|
AuthConstraintType |
getAuthConstraint()
Returns the value of the 'Auth Constraint' containment reference. |
|
getDisplayName()
Returns the value of the 'Display Name' containment reference list. |
java.lang.String |
getId()
Returns the value of the 'Id' attribute. |
UserDataConstraintType |
getUserDataConstraint()
Returns the value of the 'User Data Constraint' containment reference. |
|
getWebResourceCollection()
Returns the value of the 'Web Resource Collection' containment reference list. |
void |
setAuthConstraint(AuthConstraintType value)
Sets the value of the ' Auth Constraint ' containment reference. |
void |
setId(java.lang.String value)
Sets the value of the ' Id ' attribute. |
void |
setUserDataConstraint(UserDataConstraintType value)
Sets the value of the ' User Data Constraint ' containment reference. |
Method Detail |
---|
getDisplayName()
DisplayNameType
.
If the meaning of the 'Display Name' containment reference list isn't clear, there really should be more of a description here...
Webapp25Package.getSecurityConstraintType_DisplayName()
getWebResourceCollection()
WebResourceCollectionType
.
If the meaning of the 'Web Resource Collection' containment reference list isn't clear, there really should be more of a description here...
Webapp25Package.getSecurityConstraintType_WebResourceCollection()
AuthConstraintType getAuthConstraint()
If the meaning of the 'Auth Constraint' containment reference isn't clear, there really should be more of a description here...
setAuthConstraint(AuthConstraintType)
,
Webapp25Package.getSecurityConstraintType_AuthConstraint()
void setAuthConstraint(AuthConstraintType value)
Auth Constraint
' containment reference.
value
- the new value of the 'Auth Constraint' containment reference.getAuthConstraint()
UserDataConstraintType getUserDataConstraint()
If the meaning of the 'User Data Constraint' containment reference isn't clear, there really should be more of a description here...
setUserDataConstraint(UserDataConstraintType)
,
Webapp25Package.getSecurityConstraintType_UserDataConstraint()
void setUserDataConstraint(UserDataConstraintType value)
User Data Constraint
' containment reference.
value
- the new value of the 'User Data Constraint' containment reference.getUserDataConstraint()
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)
,
Webapp25Package.getSecurityConstraintType_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 |