Uses of Enum Class
edu.internet2.middleware.grouper.group.TypeOfGroup
Packages that use TypeOfGroup
Package
Description
The I2MI Grouper project is an open source toolkit for managing groups.
This package contains classes which help query for Groups, Stems, etc
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 TypeOfGroup in edu.internet2.middleware.grouper
Methods in edu.internet2.middleware.grouper that return TypeOfGroupModifier and TypeMethodDescriptionGroup.getTypeOfGroup()
type of group, group or roleGroupSave.getTypeOfGroup()
Methods in edu.internet2.middleware.grouper that return types with arguments of type TypeOfGroupModifier and TypeMethodDescriptionGrouperSourceAdapter.typeOfGroups()
type of groups to search onMethods in edu.internet2.middleware.grouper with parameters of type TypeOfGroupModifier and TypeMethodDescriptionGroupFinder.addTypeOfGroup
(TypeOfGroup typeOfGroup) GroupSave.assignTypeOfGroup
(TypeOfGroup theTypeOfGroup) assign save modeStem.internal_addChildGroup
(String extn, String dExtn, String uuid, TypeOfGroup typeOfGroup) add child group with uuidStem.internal_addChildGroup
(String extn, String dExtn, String uuid, String description, Set<GroupType> types, Map<String, String> attributes, boolean addDefaultGroupPrivileges, TypeOfGroup typeOfGroup, boolean checkSecurity) void
Group.setTypeOfGroup
(TypeOfGroup typeOfGroup1) type of group, group or roleMethod parameters in edu.internet2.middleware.grouper with type arguments of type TypeOfGroupModifier and TypeMethodDescriptionGroupFinder.assignTypeOfGroups
(Set<TypeOfGroup> theTypeOfGroups) GroupFinder.findByApproximateDescriptionSecure
(String description, QueryOptions queryOptions, Set<TypeOfGroup> typeOfGroups) GroupFinder.findByApproximateDisplayExtensionSecure
(String extension, QueryOptions queryOptions, Set<TypeOfGroup> typeOfGroups) GroupFinder.findByApproximateDisplayNameSecure
(String displayName, QueryOptions queryOptions, Set<TypeOfGroup> typeOfGroups) GroupFinder.findByApproximateExtensionSecure
(String extension, QueryOptions queryOptions, Set<TypeOfGroup> typeOfGroups) GroupFinder.findByDescriptionSecure
(String description, QueryOptions queryOptions, Set<TypeOfGroup> typeOfGroups) GroupFinder.findByDisplayExtensionSecure
(String displayExtension, QueryOptions queryOptions, Set<TypeOfGroup> typeOfGroups) GroupFinder.findByDisplayNameSecure
(String displayName, QueryOptions queryOptions, Set<TypeOfGroup> typeOfGroups) GroupFinder.findByExtensionSecure
(String extension, QueryOptions queryOptions, Set<TypeOfGroup> typeOfGroups) -
Uses of TypeOfGroup in edu.internet2.middleware.grouper.entity
Methods in edu.internet2.middleware.grouper.entity that return types with arguments of type TypeOfGroup -
Uses of TypeOfGroup in edu.internet2.middleware.grouper.filter
Methods in edu.internet2.middleware.grouper.filter that return types with arguments of type TypeOfGroupModifier and TypeMethodDescriptionGroupNameFilter.getTypeOfGroups()
type of groupGroupsInStemFilter.getTypeOfGroups()
type of groupMethod parameters in edu.internet2.middleware.grouper.filter with type arguments of type TypeOfGroupModifier and TypeMethodDescriptionvoid
GroupNameFilter.setTypeOfGroup
(Set<TypeOfGroup> typeOfGroups1) type of groupvoid
GroupsInStemFilter.setTypeOfGroup
(Set<TypeOfGroup> typeOfGroups1) type of groupConstructor parameters in edu.internet2.middleware.grouper.filter with type arguments of type TypeOfGroupModifierConstructorDescriptionGroupNameFilter
(String name, Stem ns, String theSortString, Boolean theAscending, Integer thePageNumber, Integer thePageSize, Set<TypeOfGroup> typeOfGroups1) QueryFilter
that returns groups matching the specified name.GroupNameFilter
(String name, Stem ns, String theSortString, Boolean theAscending, Integer thePageNumber, Integer thePageSize, Set<TypeOfGroup> typeOfGroups1, Boolean enabled1) QueryFilter
that returns groups matching the specified name.GroupsInStemFilter
(String theStemName, Stem.Scope theScope, boolean theFailOnStemNotFound, String theSortString, Boolean theAscending, Integer thePageNumber, Integer thePageSize, Set<TypeOfGroup> typeOfGroups1) QueryFilter
that returns stems matching the specified name value.GroupsInStemFilter
(String theStemName, Stem.Scope theScope, boolean theFailOnStemNotFound, String theSortString, Boolean theAscending, Integer thePageNumber, Integer thePageSize, Set<TypeOfGroup> typeOfGroups1, Boolean enabled1) QueryFilter
that returns stems matching the specified name value. -
Uses of TypeOfGroup in edu.internet2.middleware.grouper.group
Fields in edu.internet2.middleware.grouper.group with type parameters of type TypeOfGroupModifier and TypeFieldDescriptionstatic final Set<TypeOfGroup>
TypeOfGroup.ALL
set with group or rolestatic final Set<TypeOfGroup>
TypeOfGroup.ENTITY_SET
set with entitystatic final Set<TypeOfGroup>
TypeOfGroup.GROUP_OR_ROLE_SET
set with group or roleMethods in edu.internet2.middleware.grouper.group that return TypeOfGroupModifier and TypeMethodDescriptionstatic TypeOfGroup
Returns the enum constant of this class with the specified name.static TypeOfGroup
TypeOfGroup.valueOfIgnoreCase
(String string, boolean exceptionOnNull) do a case-insensitive matchingstatic TypeOfGroup[]
TypeOfGroup.values()
Returns an array containing the constants of this enum class, in the order they are declared.Method parameters in edu.internet2.middleware.grouper.group with type arguments of type TypeOfGroupModifier and TypeMethodDescriptionstatic void
TypeOfGroup.appendHqlQuery
(String groupAlias, Set<TypeOfGroup> typeOfGroups, StringBuilder hql, HqlQuery hqlQuery) append the typeOfGroup part into an hql group query -
Uses of TypeOfGroup in edu.internet2.middleware.grouper.internal.dao
Methods in edu.internet2.middleware.grouper.internal.dao with parameters of type TypeOfGroupModifier and TypeMethodDescriptionGroupDAO.getAllGroupsSplitScopeSecure
(String scope, GrouperSession grouperSession, Subject subject, Set<Privilege> privileges, QueryOptions queryOptions, TypeOfGroup typeOfGroup) get all groups secure, split the scope by whitespaceMethod parameters in edu.internet2.middleware.grouper.internal.dao with type arguments of type TypeOfGroupModifier and TypeMethodDescriptionGroupDAO.findAllByApproximateNameSecure
(String name, String scope, QueryOptions queryOptions, Set<TypeOfGroup> typeOfGroups) GroupDAO.findAllByApproximateNameSecure
(String name, String scope, QueryOptions queryOptions, Set<TypeOfGroup> typeOfGroups, Boolean enabled) GroupDAO.findByApproximateDescriptionSecure
(String description, QueryOptions queryOptions, Set<TypeOfGroup> typeOfGroups) GroupDAO.findByApproximateDisplayExtensionSecure
(String extension, QueryOptions queryOptions, Set<TypeOfGroup> typeOfGroups) GroupDAO.findByApproximateDisplayNameSecure
(String displayName, QueryOptions queryOptions, Set<TypeOfGroup> typeOfGroups) GroupDAO.findByApproximateExtensionSecure
(String extension, QueryOptions queryOptions, Set<TypeOfGroup> typeOfGroups) GroupDAO.findByDescriptionSecure
(String description, QueryOptions queryOptions, Set<TypeOfGroup> typeOfGroups) GroupDAO.findByDisplayExtensionSecure
(String displayExtension, QueryOptions queryOptions, Set<TypeOfGroup> typeOfGroups) GroupDAO.findByDisplayNameSecure
(String displayName, QueryOptions queryOptions, Set<TypeOfGroup> typeOfGroups) GroupDAO.findByExtensionSecure
(String extension, QueryOptions queryOptions, Set<TypeOfGroup> typeOfGroups) GroupDAO.findByName
(String name, boolean exceptionIfNotFound, QueryOptions queryOptions, Set<TypeOfGroup> typeOfGroups) GroupDAO.findByNameSecure
(String name, boolean exceptionIfNotFound, QueryOptions queryOptions, Set<TypeOfGroup> typeOfGroups) GroupDAO.findByNameSecure
(String name, boolean exceptionIfNotFound, QueryOptions queryOptions, Set<TypeOfGroup> typeOfGroups, Set<Privilege> inPrivSet) GroupDAO.findByNamesSecure
(Collection<String> names, QueryOptions queryOptions, Set<TypeOfGroup> typeOfGroups) GroupDAO.findByUuid
(String uuid, boolean exceptionIfNotFound, QueryOptions queryOptions, Set<TypeOfGroup> typeOfGroups) GroupDAO.findByUuidSecure
(String uuid, boolean exceptionIfNotFound, QueryOptions queryOptions, Set<TypeOfGroup> typeOfGroups) find by uuid secureGroupDAO.findByUuidsSecure
(Collection<String> uuids, QueryOptions queryOptions, Set<TypeOfGroup> typeOfGroups) find by uuid secure -
Uses of TypeOfGroup in edu.internet2.middleware.grouper.internal.dao.hib3
Methods in edu.internet2.middleware.grouper.internal.dao.hib3 with parameters of type TypeOfGroupModifier and TypeMethodDescriptionHib3GroupDAO.getAllGroupsSplitScopeSecure
(String scope, GrouperSession grouperSession, Subject subject, Set<Privilege> privileges, QueryOptions queryOptions, TypeOfGroup typeOfGroup) Method parameters in edu.internet2.middleware.grouper.internal.dao.hib3 with type arguments of type TypeOfGroupModifier and TypeMethodDescriptionHib3GroupDAO.findAllByApproximateNameSecure
(String name, String scope, QueryOptions queryOptions, Set<TypeOfGroup> typeOfGroups) Implementation Notes.Hib3GroupDAO.findAllByApproximateNameSecure
(String name, String scope, QueryOptions queryOptions, Set<TypeOfGroup> typeOfGroups, Boolean enabled) Implementation Notes.Hib3GroupDAO.findByApproximateDescriptionSecure
(String description, QueryOptions queryOptions, Set<TypeOfGroup> typeOfGroups) Hib3GroupDAO.findByApproximateDisplayExtensionSecure
(String displayExtension, QueryOptions queryOptions, Set<TypeOfGroup> typeOfGroups) Hib3GroupDAO.findByApproximateDisplayNameSecure
(String displayName, QueryOptions queryOptions, Set<TypeOfGroup> typeOfGroups) Hib3GroupDAO.findByApproximateExtensionSecure
(String extension, QueryOptions queryOptions, Set<TypeOfGroup> typeOfGroups) Hib3GroupDAO.findByDescriptionSecure
(String description, QueryOptions queryOptions, Set<TypeOfGroup> typeOfGroups) Hib3GroupDAO.findByDisplayExtensionSecure
(String displayExtension, QueryOptions queryOptions, Set<TypeOfGroup> typeOfGroups) Hib3GroupDAO.findByDisplayNameSecure
(String displayName, QueryOptions queryOptions, Set<TypeOfGroup> typeOfGroups) Hib3GroupDAO.findByExtensionSecure
(String extension, QueryOptions queryOptions, Set<TypeOfGroup> typeOfGroups) Hib3GroupDAO.findByName
(String name, boolean exceptionIfNotFound, QueryOptions queryOptions, Set<TypeOfGroup> typeOfGroups) Hib3GroupDAO.findByNameSecure
(String name, boolean exceptionIfNotFound, QueryOptions queryOptions, Set<TypeOfGroup> typeOfGroups) Hib3GroupDAO.findByNameSecure
(String name, boolean exceptionIfNotFound, QueryOptions queryOptions, Set<TypeOfGroup> typeOfGroups, Set<Privilege> inPrivSet) Hib3GroupDAO.findByNamesSecure
(Collection<String> names, QueryOptions queryOptions, Set<TypeOfGroup> typeOfGroups) Hib3GroupDAO.findByUuid
(String uuid, boolean exceptionIfNotFound, QueryOptions queryOptions, Set<TypeOfGroup> typeOfGroups) Hib3GroupDAO.findByUuidSecure
(String uuid, boolean exceptionIfNotFound, QueryOptions queryOptions, Set<TypeOfGroup> typeOfGroups) Hib3GroupDAO.findByUuidsSecure
(Collection<String> uuids, QueryOptions queryOptions, Set<TypeOfGroup> typeOfGroups)