public class RunningInstanceSecurity extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
RunningInstanceSecurity.Identity |
| Modifier and Type | Field and Description |
|---|---|
protected String |
entryName |
protected RunningInstanceSecurity.Identity |
runningInstanceIdentity |
| Constructor and Description |
|---|
RunningInstanceSecurity() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getEntryName()
Gets the value of the entryName property.
|
RunningInstanceSecurity.Identity |
getRunningInstanceIdentity()
Gets the value of the runningInstanceIdentity property.
|
void |
setEntryName(String value)
Sets the value of the entryName property.
|
void |
setRunningInstanceIdentity(RunningInstanceSecurity.Identity value)
Sets the value of the runningInstanceIdentity property.
|
protected RunningInstanceSecurity.Identity runningInstanceIdentity
protected String entryName
public RunningInstanceSecurity.Identity getRunningInstanceIdentity()
RunningInstanceSecurity.Identitypublic void setRunningInstanceIdentity(RunningInstanceSecurity.Identity value)
value - allowed object is
RunningInstanceSecurity.Identitypublic String getEntryName()
Stringpublic void setEntryName(String value)
value - allowed object is
StringCopyright © 2015. All Rights Reserved.