Class ProvisioningAttribute
java.lang.Object
edu.internet2.middleware.grouper.app.provisioning.ProvisioningAttribute
name value pair could be multi valued
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionclone()
deep clone the fields in this objectgetName()
name of attributegetValue()
value could be multi valuedif this attribute is multivalued and represents a membership, this map links a value with a specific membership so it can be logged and tracked.void
name of attributevoid
value could be multi valuedvoid
setValueToProvisioningMembershipWrapper
(Map<Object, ProvisioningMembershipWrapper> valueToProvisioningMembershipWrapper) if this attribute is multivalued and represents a membership, this map links a value with a specific membership so it can be logged and trackedtoString()
-
Constructor Details
-
ProvisioningAttribute
public ProvisioningAttribute()
-
-
Method Details
-
toString
-
getValueToProvisioningMembershipWrapper
if this attribute is multivalued and represents a membership, this map links a value with a specific membership so it can be logged and tracked. Note: this might be null- Returns:
- the map
-
setValueToProvisioningMembershipWrapper
public void setValueToProvisioningMembershipWrapper(Map<Object, ProvisioningMembershipWrapper> valueToProvisioningMembershipWrapper) if this attribute is multivalued and represents a membership, this map links a value with a specific membership so it can be logged and tracked- Parameters:
valueToProvisioningMembershipWrapper
-
-
getName
name of attribute- Returns:
- name of attribute
-
setName
name of attribute- Parameters:
name1
-
-
getValue
value could be multi valued- Returns:
- value
-
setValue
value could be multi valued- Parameters:
value1
-
-
clone
deep clone the fields in this object
-