Uses of Class
edu.internet2.middleware.grouper.exception.GroupNotFoundException
Packages that use GroupNotFoundException
Package
Description
The I2MI Grouper project is an open source toolkit for managing groups.
The Unresolvable Subject Deletion Utility (usdu) is a Grouper API extension
which finds and optionally deletes members whose subjects can not be resolved
by their source.
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
This package contains access and privilege related classes
This package contains xml classes (e.g.
-
Uses of GroupNotFoundException in edu.internet2.middleware.grouper
Methods in edu.internet2.middleware.grouper that throw GroupNotFoundExceptionModifier and TypeMethodDescriptionstatic Composite
CompositeFinder.findAsOwner
(Group g) Deprecated.use findAsOwner(Group, boolean) instead.static Composite
CompositeFinder.findAsOwner
(Group g, boolean throwExceptionIfNotFound) static Group
GroupFinder.findByAlternateName
(GrouperSession s, String name, boolean exceptionIfNotFound) Find a group within the registry by its alternate name.static Group
GroupFinder.findByAttribute
(GrouperSession s, String attr, String val) Deprecated.use the overloadstatic Group
GroupFinder.findByAttribute
(GrouperSession s, String attr, String val, boolean exceptionOnNull) Find Group by attribute value.static Group
GroupFinder.findByCurrentName
(GrouperSession s, String name, boolean exceptionIfNotFound) Find a group within the registry by its current name.static Group
GroupFinder.findByIdIndexSecure
(Long idIndex, boolean exceptionIfNotFound, QueryOptions queryOptions) Find a group within the registry by ID index.static Group
GroupFinder.findByName
(GrouperSession s, String name) Deprecated.static Group
GroupFinder.findByName
(GrouperSession s, String name, boolean exceptionIfNotFound) Find a group within the registry by name.static Group
GroupFinder.findByName
(GrouperSession s, String name, boolean exceptionIfNotFound, QueryOptions queryOptions) Find a group within the registry by name.static Group
GroupFinder.findByNameAsGrouperSystem
(String name, boolean exceptionIfNotFound) Find a group within the registry by name as grouper system.static Group
GroupFinder.findByUuid
(GrouperSession s, String uuid) Deprecated.static Group
GroupFinder.findByUuid
(GrouperSession s, String uuid, boolean exceptionIfNotFound) Find a group within the registry by UUID.static Group
GroupFinder.findByUuid
(GrouperSession s, String uuid, boolean exceptionIfNotFound, QueryOptions queryOptions) Find a group within the registry by UUID.Membership.getGroup()
Deprecated.use getOwnerGroup() insteadComposite.getLeftGroup()
Return thisComposite
's left factor.Composite.getOwnerGroup()
Return thisComposite
's owner.Composite.getRightGroup()
Return thisComposite
's right factor.Membership.getViaGroup()
Get this membership's via group.CompositeSave.save()
create or update a group.GroupSave.save()
create or update a group.MembershipSave.save()
create or update or delete a membershipPrivilegeAttributeDefInheritanceSave.save()
create or update or delete privileges on all attribute defs under a stem for a subjectPrivilegeGroupInheritanceSave.save()
create or update or delete privileges on all groups under a stem for a subjectPrivilegeGroupSave.save()
create or update or delete a compositePrivilegeStemInheritanceSave.save()
create or update or delete privileges on all stems under a stem for a subjectPrivilegeStemSave.save()
create or update or delete a compositestatic Group
Group.saveGroup
(GrouperSession GROUPER_SESSION, String groupNameToEdit, String uuid, String name, String displayExtension, String description, SaveMode saveMode, boolean createParentStemsIfNotExist) create or update a group.Member.toGroup()
Convert this member back to aGroup
object. -
Uses of GroupNotFoundException in edu.internet2.middleware.grouper.app.attestation
Methods in edu.internet2.middleware.grouper.app.attestation that throw GroupNotFoundException -
Uses of GroupNotFoundException in edu.internet2.middleware.grouper.app.usdu
Methods in edu.internet2.middleware.grouper.app.usdu that throw GroupNotFoundExceptionModifier and TypeMethodDescriptionstatic void
USDU.resolveMember
(GrouperSession s, String uuid, boolean delete) Deprecated.static void
USDU.resolveMembers
(GrouperSession s, boolean delete) Deprecated.static void
USDU.resolveMembers
(GrouperSession s, Source source, boolean delete) Deprecated.protected static void
USDU.resolveMembers
(Set<Member> unresolvables, boolean delete) Deprecated. -
Uses of GroupNotFoundException in edu.internet2.middleware.grouper.attr.assign
Methods in edu.internet2.middleware.grouper.attr.assign that throw GroupNotFoundException -
Uses of GroupNotFoundException in edu.internet2.middleware.grouper.group
Methods in edu.internet2.middleware.grouper.group that throw GroupNotFoundException -
Uses of GroupNotFoundException in edu.internet2.middleware.grouper.internal.dao
Methods in edu.internet2.middleware.grouper.internal.dao that throw GroupNotFoundExceptionModifier and TypeMethodDescriptionGroupDAO.findByAlternateName
(String name, boolean exceptionIfNotFound) Find a group by its alternate name only.GroupDAO.findByAttribute
(String attr, String val) Deprecated.use overloadGroupDAO.findByAttribute
(String attr, String val, boolean exceptionIfNotFound) GroupDAO.findByAttribute
(String attr, String val, boolean exceptionIfNotFound, boolean secureQuery) GroupDAO.findByCurrentName
(String name, boolean exceptionIfNotFound) Find a group by its current name only.GroupDAO.findByIdIndex
(Long idIndex, boolean exceptionIfNotFound) GroupDAO.findByIdIndexSecure
(Long idIndex, boolean exceptionIfNotFound, QueryOptions queryOptions) find a group by id indexGroupDAO.findByInternalId
(Long internalId, boolean exceptionIfNotFound, QueryOptions queryOptions, Set<TypeOfGroup> typeOfGroups) GroupDAO.findByInternalIds
(Collection<Long> internalId, boolean exceptionIfNotFound, QueryOptions queryOptions) GroupDAO.findByName
(String name) Deprecated.use overloadGroupDAO.findByName
(String name, boolean exceptionIfNotFound) GroupDAO.findByName
(String name, boolean exceptionIfNotFound, QueryOptions queryOptions) GroupDAO.findByName
(String name, boolean exceptionIfNotFound, QueryOptions queryOptions, Set<TypeOfGroup> typeOfGroups) GroupDAO.findByUuid
(String uuid) Deprecated.use overloadGroupDAO.findByUuid
(String uuid, boolean exceptionIfNotFound) GroupDAO.findByUuid
(String uuid, boolean exceptionIfNotFound, QueryOptions queryOptions) GroupDAO.findByUuid
(String uuid, boolean exceptionIfNotFound, QueryOptions queryOptions, Set<TypeOfGroup> typeOfGroups) GroupDAO.findByUuidOrName
(String uuid, String name, boolean exceptionIfNull) GroupDAO.findByUuidOrName
(String uuid, String name, boolean exceptionIfNull, QueryOptions queryOptions) GroupDAO.findByUuids
(Collection<String> uuids, boolean exceptionOnNotFound) find all groups which have these uuids -
Uses of GroupNotFoundException in edu.internet2.middleware.grouper.internal.dao.hib3
Methods in edu.internet2.middleware.grouper.internal.dao.hib3 that throw GroupNotFoundExceptionModifier and TypeMethodDescriptionHib3GroupDAO.findByAlternateName
(String name, boolean exceptionIfNotFound) Find a group by its alternate name only.Hib3GroupDAO.findByAttribute
(String attr, String val) Deprecated.use overloadHib3GroupDAO.findByAttribute
(String attr, String val, boolean exceptionIfNotFound) Hib3GroupDAO.findByAttribute
(String attr, String val, boolean exceptionIfNotFound, boolean secureQuery) Hib3GroupDAO.findByCurrentName
(String name, boolean exceptionIfNotFound) Find a group by its current name only.Hib3GroupDAO.findByIdIndex
(Long idIndex, boolean exceptionIfNotFound) not a secure method, find by id indexHib3StemDAO.findByIdIndex
(Long idIndex, boolean exceptionIfNotFound, QueryOptions queryOptions) not a secure method, find by id indexHib3GroupDAO.findByIdIndexSecure
(Long idIndex, boolean exceptionIfNotFound, QueryOptions queryOptions) Hib3GroupDAO.findByInternalId
(Long internalId, boolean exceptionIfNotFound, QueryOptions queryOptions, Set<TypeOfGroup> typeOfGroups) Hib3GroupDAO.findByInternalIds
(Collection<Long> internalIds, boolean exceptionOnNotFound, QueryOptions queryOptions) Hib3GroupDAO.findByName
(String name) Deprecated.use overloadHib3GroupDAO.findByName
(String name, boolean exceptionIfNotFound) Hib3GroupDAO.findByName
(String name, boolean exceptionIfNotFound, QueryOptions queryOptions) Hib3GroupDAO.findByName
(String name, boolean exceptionIfNotFound, QueryOptions queryOptions, Set<TypeOfGroup> typeOfGroups) Hib3GroupDAO.findByUuid
(String uuid) Deprecated.use overloadHib3GroupDAO.findByUuid
(String uuid, boolean exceptionIfNotFound) Hib3GroupDAO.findByUuid
(String uuid, boolean exceptionIfNotFound, QueryOptions queryOptions) Hib3GroupDAO.findByUuid
(String uuid, boolean exceptionIfNotFound, QueryOptions queryOptions, Set<TypeOfGroup> typeOfGroups) Hib3GroupDAO.findByUuidOrName
(String uuid, String name, boolean exceptionIfNull) Hib3GroupDAO.findByUuidOrName
(String uuid, String name, boolean exceptionIfNull, QueryOptions queryOptions) Hib3GroupDAO.findByUuids
(Collection<String> uuids, boolean exceptionOnNotFound) Hib3GroupDAO.findByUuidSecure
(String uuid, boolean exceptionIfNotFound, QueryOptions queryOptions, Set<TypeOfGroup> typeOfGroups) -
Uses of GroupNotFoundException in edu.internet2.middleware.grouper.privs
Methods in edu.internet2.middleware.grouper.privs that throw GroupNotFoundExceptionModifier and TypeMethodDescriptionstatic Set<AttributeDef>
GrouperPrivilegeAdapter.internal_getAttributeDefsWhereSubjectHasPriv
(GrouperSession s, Member m, Field f) GrouperPrivilegeAdapter.internal_getGroupsWhereSubjectHasPriv
(GrouperSession s, Member m, Field f) -
Uses of GroupNotFoundException in edu.internet2.middleware.grouper.xml
Methods in edu.internet2.middleware.grouper.xml that throw GroupNotFoundExceptionModifier and TypeMethodDescriptionXmlExporter.internal_membershipToXML
(Membership ms) Return a String containing a Membership as XML.