Package edu.internet2.middleware.grouper.misc

This package contains generic grouper classes which do not belong elsewhere

See:
          Description

Interface Summary
GrouperCloneable Implement this interface if the object is cloneable
GrouperHasContext if the object keeps a context id
GrouperId has an id field
GrouperObject grouper objects extend this, e.g.
GrouperSessionHandler Implement this (usually in an anonymous inner class) to get a reference to the grouper session object
MemberOf All immediate subjects, and effective members are members.
Owner An object that can have memberships assigned to it.
 

Class Summary
AddMissingGroupSets  
BaseMemberOf

E Grouper Error Messages.
FindBadMemberships Find bad memberships in the Grouper memberships table.
FindBadMembershipsDaemon  
GrouperCheckConfig check the configuration of grouper to make sure things are configured right, and to give descriptive errors of the problems
GrouperDAOFactory Factory for returning GrouperDAO objects.
GrouperInfo Report on system and configuration information.
GrouperObjectFinder find object of multiple types, and allow paging
GrouperObjectSubjectWrapper implement GrouperObject for subjects
GrouperReport  
GrouperStartup this should be called when grouper starts up.
GrouperVersion keep track of which version grouper is.
M Grouper Messages.
MigrateLegacyAttributes  
SyncPITTables  
SyncStemSets  
 

Enum Summary
CompositeType Composite Type.
GrouperCheckConfig.CheckGroupResult result from check group
GrouperObjectFinder.GrouperObjectFinderType type of objects to get
GrouperObjectFinder.ObjectPrivilege privilege type to query
SaveMode save mode for static saves.
SaveResultType save type
 

Exception Summary
GrouperReportException exception thrown from grouper report
 

Package edu.internet2.middleware.grouper.misc Description

This package contains generic grouper classes which do not belong elsewhere