Uses of Enum Class
edu.internet2.middleware.grouper.attr.assign.AttributeAssignType
Packages that use AttributeAssignType
Package
Description
This package contains the data access object interfaces that a DB
layer would have to implement (generally revolving around queries to DB)
This package contains hib3 related data access object implementations
and mappings
-
Uses of AttributeAssignType in edu.internet2.middleware.grouper.attr
Methods in edu.internet2.middleware.grouper.attr that return types with arguments of type AttributeAssignType -
Uses of AttributeAssignType in edu.internet2.middleware.grouper.attr.assign
Methods in edu.internet2.middleware.grouper.attr.assign that return AttributeAssignTypeModifier and TypeMethodDescriptionAttributeAssignType.getAssignmentOnAssignmentType()
attribute assignment type of an assignment on this assignmentAttributeAssign.getAttributeAssignType()
get the enum for delegatable, should not return nullstatic AttributeAssignType
Returns the enum constant of this class with the specified name.static AttributeAssignType
AttributeAssignType.valueOfIgnoreCase
(String string, boolean exceptionOnNull) do a case-insensitive matchingstatic AttributeAssignType[]
AttributeAssignType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in edu.internet2.middleware.grouper.attr.assign with parameters of type AttributeAssignTypeModifier and TypeMethodDescriptionAttributeAssignSave.assignAttributeAssignType
(AttributeAssignType theAttributeAssignType) type of assignmentvoid
AttributeAssign.setAttributeAssignType
(AttributeAssignType attributeAssignType1) -
Uses of AttributeAssignType in edu.internet2.middleware.grouper.attr.finder
Methods in edu.internet2.middleware.grouper.attr.finder with parameters of type AttributeAssignTypeModifier and TypeMethodDescriptionAttributeAssignFinder.assignAttributeAssignType
(AttributeAssignType theAttributeAssignType) assign the attribute assign type for querying by attributeAttributeDefNameFinder.assignAttributeAssignType
(AttributeAssignType theAttributeAssignType) the type of assignment that the attributes can have -
Uses of AttributeAssignType in edu.internet2.middleware.grouper.internal.dao
Methods in edu.internet2.middleware.grouper.internal.dao with parameters of type AttributeAssignTypeModifier and TypeMethodDescriptionAttributeDefNameDAO.findAllAttributeNamesSecure
(String scope, boolean splitScope, GrouperSession grouperSession, String attributeDefId, Subject subject, Set<Privilege> privileges, QueryOptions queryOptions, AttributeAssignType attributeAssignType, AttributeDefType attributeDefType) get all attribute names secure, split the scope by whitespaceAttributeDefNameDAO.findAllAttributeNamesSecure
(String scope, boolean splitScope, GrouperSession grouperSession, String attributeDefId, Subject subject, Set<Privilege> privileges, QueryOptions queryOptions, AttributeAssignType attributeAssignType, AttributeDefType attributeDefType, ServiceRole serviceRole, boolean anyServiceRole) get all attribute names secure, split the scope by whitespaceAttributeDefNameDAO.findAllAttributeNamesSecure
(String scope, boolean splitScope, GrouperSession grouperSession, String attributeDefId, Subject subject, Set<Privilege> privileges, QueryOptions queryOptions, AttributeAssignType attributeAssignType, AttributeDefType attributeDefType, ServiceRole serviceRole, boolean anyServiceRole, String parentStemId, Stem.Scope stemScope, boolean findByUuidOrName) get all attribute names secure, split the scope by whitespaceAttributeDefNameDAO.findAllAttributeNamesSecure
(String scope, boolean splitScope, GrouperSession grouperSession, String attributeDefId, Subject subject, Set<Privilege> privileges, QueryOptions queryOptions, AttributeAssignType attributeAssignType, AttributeDefType attributeDefType, ServiceRole serviceRole, boolean anyServiceRole, String parentStemId, Stem.Scope stemScope, boolean findByUuidOrName, Set<String> idsOfAttributeDefNames, Collection<String> namesOfAttributeDefNames) get all attribute names secure, split the scope by whitespaceAttributeDefNameDAO.findAllAttributeNamesSplitScopeSecure
(String scope, GrouperSession grouperSession, String attributeDefId, Subject subject, Set<Privilege> privileges, QueryOptions queryOptions, AttributeAssignType attributeAssignType, AttributeDefType attributeDefType) get all attribute names secure, split the scope by whitespaceAttributeAssignDAO.findAssignmentsFromAssignments
(Collection<AttributeAssign> attributeAssigns, AttributeAssignType attributeAssignType, Boolean enabled, boolean useCache) find assignments from assignments.AttributeAssignDAO.findAssignmentsFromAssignmentsByIds
(Collection<String> attributeAssignIds, AttributeAssignType attributeAssignType, AttributeDefType attributeDefType, Boolean enabled) find assignments from assignments.AttributeAssignDAO.findAssignmentsOnAssignments
(Collection<AttributeAssign> attributeAssigns, AttributeAssignType attributeAssignType, Boolean enabled) find assignments on assignments.AttributeAssignDAO.findAssignmentsOnAssignments
(Collection<AttributeAssign> attributeAssigns, AttributeAssignType attributeAssignType, Boolean enabled, Boolean attributeCheckReadOnAttributeDef) find assignments on assignments.AttributeAssignDAO.findAssignmentsOnAssignmentsAttributeDefNames
(Collection<AttributeAssign> attributeAssigns, AttributeAssignType attributeAssignType, Boolean enabled) search for assignments on assignments attribute def namesAttributeAssignDAO.findAssignmentsOnAssignmentsByIds
(Collection<String> attributeAssignIds, AttributeAssignType attributeAssignType, AttributeDefType attributeDefType, Boolean enabled) find assignments on assignments.AttributeAssignDAO.findAssignmentsOnAssignmentsByIds
(Collection<String> attributeAssignIds, AttributeAssignType attributeAssignType, AttributeDefType attributeDefType, Boolean enabled, Boolean attributeCheckReadOnAttributeDef) find assignments on assignments.AttributeAssignDAO.findAttributeAssignments
(AttributeAssignType attributeAssignType, String attributeDefId, String attributeDefNameId, String ownerGroupId, String ownerStemId, String ownerMemberId, String ownerAttributeDefId, String ownerMembershipId, Boolean enabled, boolean includeAssignmentsOnAssignments) securely search for assignmentsAttributeAssignValueDAO.findValuesOnAssignments
(Collection<String> attributeAssignIds, AttributeAssignType attributeAssignType, AttributeDefType attributeDefType, Boolean enabled) find values on this assignment and values on assignments on this assignmentAttributeDefDAO.getAllAttributeDefsSplitScopeSecure
(String scope, GrouperSession grouperSession, Subject subject, Set<Privilege> privileges, QueryOptions queryOptions, AttributeAssignType attributeAssignType, AttributeDefType attributeDefType) get all attribute defs secure, split the scope by whitespace -
Uses of AttributeAssignType in edu.internet2.middleware.grouper.internal.dao.hib3
Methods in edu.internet2.middleware.grouper.internal.dao.hib3 with parameters of type AttributeAssignTypeModifier and TypeMethodDescriptionHib3AttributeDefNameDAO.findAllAttributeNamesSecure
(String scope, boolean splitScope, GrouperSession grouperSession, String attributeDefId, Subject subject, Set<Privilege> privileges, QueryOptions queryOptions, AttributeAssignType attributeAssignType, AttributeDefType attributeDefType) Hib3AttributeDefNameDAO.findAllAttributeNamesSecure
(String scope, boolean splitScope, GrouperSession grouperSession, String attributeDefId, Subject subject, Set<Privilege> privileges, QueryOptions queryOptions, AttributeAssignType attributeAssignType, AttributeDefType attributeDefType, ServiceRole serviceRole, boolean anyServiceRole) Hib3AttributeDefNameDAO.findAllAttributeNamesSecure
(String scope, boolean splitScope, GrouperSession grouperSession, String attributeDefId, Subject subject, Set<Privilege> privileges, QueryOptions queryOptions, AttributeAssignType attributeAssignType, AttributeDefType attributeDefType, ServiceRole serviceRole, boolean anyServiceRole, String parentStemId, Stem.Scope stemScope, boolean findByUuidOrName) Hib3AttributeDefNameDAO.findAllAttributeNamesSecure
(String scope, boolean splitScope, GrouperSession grouperSession, String attributeDefId, Subject subject, Set<Privilege> privileges, QueryOptions queryOptions, AttributeAssignType attributeAssignType, AttributeDefType attributeDefType, ServiceRole serviceRole, boolean anyServiceRole, String parentStemId, Stem.Scope stemScope, boolean findByUuidOrName, Set<String> idsOfAttributeDefNames, Collection<String> namesOfAttributeDefNames) Hib3AttributeDefNameDAO.findAllAttributeNamesSplitScopeSecure
(String scope, GrouperSession grouperSession, String attributeDefId, Subject subject, Set<Privilege> privileges, QueryOptions queryOptions, AttributeAssignType attributeAssignType, AttributeDefType attributeDefType) Hib3AttributeAssignDAO.findAssignmentsFromAssignments
(Collection<AttributeAssign> attributeAssigns, AttributeAssignType attributeAssignType, Boolean enabled, boolean useCache) Hib3AttributeAssignDAO.findAssignmentsFromAssignmentsByIds
(Collection<String> attributeAssignIds, AttributeAssignType attributeAssignType, AttributeDefType attributeDefType, Boolean enabled) Hib3AttributeAssignDAO.findAssignmentsOnAssignments
(Collection<AttributeAssign> attributeAssigns, AttributeAssignType attributeAssignType, Boolean enabled) Hib3AttributeAssignDAO.findAssignmentsOnAssignments
(Collection<AttributeAssign> attributeAssigns, AttributeAssignType attributeAssignType, Boolean enabled, Boolean attributeCheckReadOnAttributeDef) Hib3AttributeAssignDAO.findAssignmentsOnAssignmentsAttributeDefNames
(Collection<AttributeAssign> attributeAssigns, AttributeAssignType attributeAssignType, Boolean enabled) Hib3AttributeAssignDAO.findAssignmentsOnAssignmentsByIds
(Collection<String> attributeAssignIds, AttributeAssignType attributeAssignType, AttributeDefType attributeDefType, Boolean enabled) Hib3AttributeAssignDAO.findAssignmentsOnAssignmentsByIds
(Collection<String> attributeAssignIds, AttributeAssignType attributeAssignType, AttributeDefType attributeDefType, Boolean enabled, Boolean attributeCheckReadOnAttributeDef) Hib3AttributeAssignDAO.findAttributeAssignments
(AttributeAssignType attributeAssignType, String attributeDefId, String attributeDefNameId, String ownerGroupId, String ownerStemId, String ownerMemberId, String ownerAttributeDefId, String ownerMembershipId, Boolean enabled, boolean includeAssignmentsOnAssignments) Hib3AttributeAssignValueDAO.findValuesOnAssignments
(Collection<String> attributeAssignIds, AttributeAssignType attributeAssignType, AttributeDefType attributeDefType, Boolean enabled) Hib3AttributeDefDAO.getAllAttributeDefsSplitScopeSecure
(String scope, GrouperSession grouperSession, Subject subject, Set<Privilege> privileges, QueryOptions queryOptions, AttributeAssignType attributeAssignType, AttributeDefType attributeDefType) -
Uses of AttributeAssignType in edu.internet2.middleware.grouper.permissions
Methods in edu.internet2.middleware.grouper.permissions that return AttributeAssignTypeModifier and TypeMethodDescriptionabstract AttributeAssignType
PermissionEntry.PermissionType.convertToAttributeAssignType()
convert to attribute assign type