public static class RunningInstanceSecurity.Identity extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
caSubject |
protected String |
subject |
| Constructor and Description |
|---|
RunningInstanceSecurity.Identity() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getCASubject()
Gets the value of the caSubject property.
|
String |
getSubject()
Gets the value of the subject property.
|
void |
setCASubject(String value)
Sets the value of the caSubject property.
|
void |
setSubject(String value)
Sets the value of the subject property.
|
public String getSubject()
Stringpublic void setSubject(String value)
value - allowed object is
Stringpublic String getCASubject()
Stringpublic void setCASubject(String value)
value - allowed object is
StringCopyright © 2015. All Rights Reserved.