org.eclipse.jst.j2ee.common
Interface SecurityRole

All Superinterfaces:
J2EEEObject

public interface SecurityRole
extends J2EEEObject

A semantic grouping of operations that may be performed by a subject. The security-role element contains the declaration of a security role which is used in the security-constraints placed on the web application.

Since:
1.0

Method Summary
 java.lang.String getDescription()
           
 EList getDescriptions()
          Returns the value of the 'Descriptions' containment reference list.
 java.lang.String getRoleName()
           
 void setDescription(java.lang.String value)
           
 void setRoleName(java.lang.String value)
           
 

Method Detail

getDescription

public java.lang.String getDescription()
Returns:
The value of the Description attribute

setDescription

public void setDescription(java.lang.String value)
Parameters:
value - The new value of the Description attribute

getRoleName

public java.lang.String getRoleName()
Returns:
The value of the RoleName attribute The role-name element contains the name of a role. This element must contain a non-empty string.

setRoleName

public void setRoleName(java.lang.String value)
Parameters:
value - The new value of the RoleName attribute

getDescriptions

public EList getDescriptions()
Returns the value of the 'Descriptions' containment reference list. The list contents are of type Description.

If the meaning of the 'Descriptions' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Descriptions' containment reference list.
See Also:
CommonPackage.getSecurityRole_Descriptions()