org.gcube.common.core.resources.runninginstance
Class RunningInstanceSecurity.Identity

java.lang.Object
  extended by org.gcube.common.core.resources.runninginstance.RunningInstanceSecurity.Identity
Enclosing class:
RunningInstanceSecurity

public static class RunningInstanceSecurity.Identity
extends Object


Field Summary
protected  String caSubject
           
protected  String subject
           
 
Constructor Summary
RunningInstanceSecurity.Identity()
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

subject

protected String subject

caSubject

protected String caSubject
Constructor Detail

RunningInstanceSecurity.Identity

public RunningInstanceSecurity.Identity()
Method Detail

getSubject

public String getSubject()
Gets the value of the subject property.

Returns:
possible object is String

setSubject

public void setSubject(String value)
Sets the value of the subject property.

Parameters:
value - allowed object is String

getCASubject

public String getCASubject()
Gets the value of the caSubject property.

Returns:
possible object is String

setCASubject

public void setCASubject(String value)
Sets the value of the caSubject property.

Parameters:
value - allowed object is String

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2013. All Rights Reserved.