public class RunAsSpecifiedIdentity extends SecurityIdentity
<complexType name="RunAsSpecifiedIdentity">
<complexContent>
<extension base="{common.xmi}SecurityIdentity">
<choice maxOccurs="unbounded" minOccurs="0">
<element name="identity" type="{common.xmi}Identity"/>
</choice>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<Identity> |
identities |
description, descriptions, extensions, href, id, idref, label, type, uuid, version| Constructor and Description |
|---|
RunAsSpecifiedIdentity() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Identity> |
getIdentities()
Gets the value of the identities property.
|
getDescription, getDescriptions, getExtensions, getHref, getId, getIdref, getLabel, getType, getUuid, getVersion, setDescription, setHref, setId, setIdref, setLabel, setType, setUuid, setVersionprotected java.util.List<Identity> identities
public java.util.List<Identity> getIdentities()
set method for the identities property.
For example, to add a new item, do as follows:
getIdentities().add(newItem);Objects of the following type(s) are allowed in the list
Identity