Class AttributeAssignAttrAssignDelegate
java.lang.Object
edu.internet2.middleware.grouper.attr.assign.AttributeAssignBaseDelegate
edu.internet2.middleware.grouper.attr.assign.AttributeAssignAttrAssignDelegate
delegate attribute calls from attribute assigns
-
Field Summary
Fields inherited from class edu.internet2.middleware.grouper.attr.assign.AttributeAssignBaseDelegate
allAttributeAssignsCacheHitsForTest, allAttributeAssignsCacheMissesForTest -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidassertCanDelegateAttributeDefName(String action, AttributeDefName attributeDefName) make sure the user can delegate the attributevoidassertCanGrantAttributeDefName(String action, AttributeDefName attributeDefName) make sure the user can grant delegation to the attributevoidassertCanReadAttributeDef(AttributeDef attributeDef) make sure the user can read the attribute (including looking at object if necessary)voidassertCanUpdateAttributeDefName(AttributeDefName attributeDefNameAssigned) make sure the user can update the attribute (including looking at object if necessary)get the assignable objecttoString()Methods inherited from class edu.internet2.middleware.grouper.attr.assign.AttributeAssignBaseDelegate
addAttribute, addAttribute, addAttributeById, addAttributeById, addAttributeByName, addAttributeByName, assertCanReadAttributeDefName, assertScopeOk, assignAttribute, assignAttribute, assignAttribute, assignAttributeById, assignAttributeById, assignAttributeByName, assignAttributeByName, clearObjectHasAttributeCache, delegateAttribute, delegateAttribute, delegateAttributeById, delegateAttributeById, delegateAttributeByName, delegateAttributeByName, getAllAttributeAssignsForCache, getAttributeAssigns, getAttributeOrAncestorAttribute, getAttributeOrAncestorAttribute, getAttributeOrAncestorAttribute, hasAttribute, hasAttribute, hasAttributeById, hasAttributeById, hasAttributeByName, hasAttributeByName, hasAttributeOrAncestorHasAttribute, internal_addAttributeHelper, internal_assignAttributeHelper, removeAttribute, removeAttribute, removeAttributeByAssignId, removeAttributeByAssignId, removeAttributeById, removeAttributeById, removeAttributeByName, removeAttributeByName, retrieveAssignment, retrieveAssignments, retrieveAssignments, retrieveAssignments, retrieveAssignmentsByAttributeDef, retrieveAssignmentsByAttributeDefId, retrieveAttributes, retrieveAttributes, retrieveAttributesByAttributeDef, retrieveAttributesByAttributeDefId, setAllAttributeAssignsForCache
-
Constructor Details
-
AttributeAssignAttrAssignDelegate
- Parameters:
attributeAssign1-
-
-
Method Details
-
assertCanReadAttributeDef
Description copied from class:AttributeAssignBaseDelegatemake sure the user can read the attribute (including looking at object if necessary) -
assertCanUpdateAttributeDefName
Description copied from class:AttributeAssignBaseDelegatemake sure the user can update the attribute (including looking at object if necessary) -
toString
- Specified by:
toStringin classAttributeAssignBaseDelegate- See Also:
-
assertCanDelegateAttributeDefName
Description copied from class:AttributeAssignBaseDelegatemake sure the user can delegate the attribute -
assertCanGrantAttributeDefName
Description copied from class:AttributeAssignBaseDelegatemake sure the user can grant delegation to the attribute -
getAttributeAssignable
Description copied from class:AttributeAssignBaseDelegateget the assignable object- Specified by:
getAttributeAssignablein classAttributeAssignBaseDelegate- Returns:
- the assignable object
- See Also:
-