Uses of Class
edu.internet2.middleware.grouper.app.attestation.GrouperAttestationObjectAttributes
Packages that use GrouperAttestationObjectAttributes
-
Uses of GrouperAttestationObjectAttributes in edu.internet2.middleware.grouper.app.attestation
Methods in edu.internet2.middleware.grouper.app.attestation that return GrouperAttestationObjectAttributesModifier and TypeMethodDescriptionGrouperAttestationDaemonLogic.retrieveAttestationAttributesByGroup(String groupId) GrouperAttestationDaemonLogic.retrieveAttestationAttributesByStem(String stemId) Methods in edu.internet2.middleware.grouper.app.attestation that return types with arguments of type GrouperAttestationObjectAttributesModifier and TypeMethodDescriptionGrouperAttestationDaemonLogic.retrieveAllFoldersOfInterestForAttestation()this method retrieves all attestation attributes assignments and values for all folders.GrouperAttestationDaemonLogic.retrieveAllGroupsOfInterestForAttestation(Map<String, GrouperAttestationObjectAttributes> allFoldersOfInterestForAttestation) this method retrieves all attestation attributes assignments and values for all groups.GrouperAttestationDaemonLogic.retrieveChildAttestationAttributesGroupAttributesByFolder(String parentStemId) get attestation attributes for groups under a folderGrouperAttestationDaemonLogic.retrieveFolderAndAncestorAttestationAttributesByFolder(String stemName) get attestation attributes for a folder and its parentsMethod parameters in edu.internet2.middleware.grouper.app.attestation with type arguments of type GrouperAttestationObjectAttributesModifier and TypeMethodDescriptionstatic voidGrouperAttestationDaemonLogic.populateGroupChildrenOfAFolderWhichMayOrMayNotHaveAttributes(String parentStemId, Map<String, GrouperAttestationObjectAttributes> mapOfGroupNameToAttributes) static voidGrouperAttestationDaemonLogic.propagateAttestationAttributes(Set<GrouperAttestationObjectAttributes> grouperAttestationAttributesToProcess, Map<String, GrouperAttestationObjectAttributes> grouperAttestationFolderAttributes, Map<String, Object> debugMap) static voidGrouperAttestationDaemonLogic.propagateAttestationAttributes(Set<GrouperAttestationObjectAttributes> grouperAttestationAttributesToProcess, Map<String, GrouperAttestationObjectAttributes> grouperAttestationFolderAttributes, Map<String, Object> debugMap) GrouperAttestationDaemonLogic.retrieveAllGroupsOfInterestForAttestation(Map<String, GrouperAttestationObjectAttributes> allFoldersOfInterestForAttestation) this method retrieves all attestation attributes assignments and values for all groups.