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 CompositeCompositeFinder.findAsOwner(Group g) Deprecated.use findAsOwner(Group, boolean) instead.static CompositeCompositeFinder.findAsOwner(Group g, boolean throwExceptionIfNotFound) static GroupGroupFinder.findByAlternateName(GrouperSession s, String name, boolean exceptionIfNotFound) Find a group within the registry by its alternate name.static GroupGroupFinder.findByAttribute(GrouperSession s, String attr, String val) Deprecated.use the overloadstatic GroupGroupFinder.findByAttribute(GrouperSession s, String attr, String val, boolean exceptionOnNull) Find Group by attribute value.static GroupGroupFinder.findByCurrentName(GrouperSession s, String name, boolean exceptionIfNotFound) Find a group within the registry by its current name.static GroupGroupFinder.findByIdIndexSecure(Long idIndex, boolean exceptionIfNotFound, QueryOptions queryOptions) Find a group within the registry by ID index.static GroupGroupFinder.findByName(GrouperSession s, String name) Deprecated.static GroupGroupFinder.findByName(GrouperSession s, String name, boolean exceptionIfNotFound) Find a group within the registry by name.static GroupGroupFinder.findByName(GrouperSession s, String name, boolean exceptionIfNotFound, QueryOptions queryOptions) Find a group within the registry by name.static GroupGroupFinder.findByNameAsGrouperSystem(String name, boolean exceptionIfNotFound) Find a group within the registry by name as grouper system.static GroupGroupFinder.findByUuid(GrouperSession s, String uuid) Deprecated.static GroupGroupFinder.findByUuid(GrouperSession s, String uuid, boolean exceptionIfNotFound) Find a group within the registry by UUID.static GroupGroupFinder.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 GroupGroup.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 aGroupobject. -
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 voidUSDU.resolveMember(GrouperSession s, String uuid, boolean delete) Deprecated.static voidUSDU.resolveMembers(GrouperSession s, boolean delete) Deprecated.static voidUSDU.resolveMembers(GrouperSession s, Source source, boolean delete) Deprecated.protected static voidUSDU.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.