Public Member Functions | |
AttributeClass | getAttributeClass () |
void | setAttributeClass (AttributeClass attributeClass) |
String | getContext () |
void | setContext (String context) |
String | getValue () |
void | setValue (String value) |
Package Attributes | |
AttributeClass | attributeClass |
String | context |
String | value |
Definition at line 34 of file AttributeValue.java.
|
The AttributeClass object to which this value is linked Definition at line 44 of file AttributeValue.java. Referenced by org.glite.security.voms.services.attributes.AttributeValue.getAttributeClass(), and org.glite.security.voms.services.attributes.AttributeValue.setAttributeClass(). |
|
A context qualifier. This context doesn't need to be set from the client application. It's set by VOMS Admin to distinguish attribute values of the same class assigned in different contexts (e.g., at the user level, at the group level, or at the qualified role level. Definition at line 52 of file AttributeValue.java. Referenced by org.glite.security.voms.services.attributes.AttributeValue.getContext(). |
|
The actual value of the attribute. Definition at line 57 of file AttributeValue.java. Referenced by org.glite.security.voms.services.attributes.AttributeValue.getValue(). |