|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.internet2.middleware.grouper.registry.RegistryReset
public class RegistryReset
Perform low-level operations on the Groups Registry.
WARNING: Do not run the methods expose by this class against your Grouper installation unless you know what you are doing. It will delete data.
Constructor Summary | |
---|---|
RegistryReset()
|
Method Summary | |
---|---|
void |
_addSubjects()
|
static void |
_addSubjects(int start,
int end)
|
static void |
internal_resetRegistryAndAddTestSubjects()
|
static void |
internal_resetRegistryAndAddTestSubjects(boolean includeTypesAndFields)
|
static void |
main(java.lang.String[] args)
Reset the Groups Registry. |
static void |
reset()
Attempt to reset the Groups Registry to a pristine state. |
static void |
reset(boolean promptUser,
boolean includeTypesAndFields)
Attempt to reset the Groups Registry to a pristine state. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RegistryReset()
Method Detail |
---|
public static void main(java.lang.String[] args)
WARNING: This is a destructive act and will delete all groups, stems, members, memberships and subjects from your Groups Registry. Do not run this unless that is what you want.
% java edu.internet2.middleware.grouper.RegistryReset
args
- public static void reset()
public static void reset(boolean promptUser, boolean includeTypesAndFields)
promptUser
- includeTypesAndFields
- public static void internal_resetRegistryAndAddTestSubjects()
public static void internal_resetRegistryAndAddTestSubjects(boolean includeTypesAndFields)
includeTypesAndFields
- public void _addSubjects() throws GrouperException
GrouperException
public static void _addSubjects(int start, int end) throws GrouperException
GrouperException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |