public interface SecurityConstraintType
The following features are supported:
Webapp30Package.getSecurityConstraintType()| Modifier and Type | Method and Description |
|---|---|
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. |
getDisplayName()
DisplayNameType.
If the meaning of the 'Display Name' containment reference list isn't clear, there really should be more of a description here...
Webapp30Package.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...
Webapp30Package.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),
Webapp30Package.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),
Webapp30Package.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),
Webapp30Package.getSecurityConstraintType_Id()