public class SecurityRole
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<PrincipalName> |
principalName |
protected java.lang.String |
roleName |
| Constructor and Description |
|---|
SecurityRole() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<PrincipalName> |
getPrincipalName()
Gets the value of the principalName property.
|
java.lang.String |
getRoleName()
Gets the value of the roleName property.
|
void |
setRoleName(java.lang.String value)
Sets the value of the roleName property.
|
protected java.lang.String roleName
protected java.util.List<PrincipalName> principalName
public java.lang.String getRoleName()
Stringpublic void setRoleName(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<PrincipalName> getPrincipalName()
set method for the principalName property.
For example, to add a new item, do as follows:
getPrincipalName().add(newItem);
Objects of the following type(s) are allowed in the list
PrincipalName