public class SecurityIdentity extends Object
| Modifier and Type | Field and Description |
|---|---|
protected TextMap |
description |
protected String |
id |
protected RunAs |
runAs |
protected Empty |
useCallerIdentity |
| Constructor and Description |
|---|
SecurityIdentity() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
Text[] |
getDescriptions() |
String |
getId() |
String |
getRunAs() |
Empty |
getUseCallerIdentity() |
void |
setDescriptions(Text[] text) |
void |
setId(String value) |
void |
setRunAs(RunAs value) |
void |
setRunAs(String value) |
void |
setUseCallerIdentity(Empty value) |
protected TextMap description
protected Empty useCallerIdentity
protected RunAs runAs
protected String id
public Text[] getDescriptions()
public void setDescriptions(Text[] text)
public String getDescription()
public Empty getUseCallerIdentity()
public void setUseCallerIdentity(Empty value)
public String getRunAs()
public void setRunAs(RunAs value)
public void setRunAs(String value)
public String getId()
public void setId(String value)
Copyright © 1999–2017 The Apache Software Foundation. All rights reserved.