public class SecurityIdentity
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected TextMap |
description |
protected java.lang.String |
id |
protected RunAs |
runAs |
protected Empty |
useCallerIdentity |
Constructor and Description |
---|
SecurityIdentity() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription() |
Text[] |
getDescriptions() |
java.lang.String |
getId() |
java.lang.String |
getRunAs() |
Empty |
getUseCallerIdentity() |
void |
setDescriptions(Text[] text) |
void |
setId(java.lang.String value) |
void |
setRunAs(RunAs value) |
void |
setRunAs(java.lang.String value) |
void |
setUseCallerIdentity(Empty value) |
protected TextMap description
protected Empty useCallerIdentity
protected RunAs runAs
protected java.lang.String id
public Text[] getDescriptions()
public void setDescriptions(Text[] text)
public java.lang.String getDescription()
public Empty getUseCallerIdentity()
public void setUseCallerIdentity(Empty value)
public java.lang.String getRunAs()
public void setRunAs(RunAs value)
public void setRunAs(java.lang.String value)
public java.lang.String getId()
public void setId(java.lang.String value)