Package | Description |
---|---|
org.apache.manifoldcf.authorities.authgroups | |
org.apache.manifoldcf.authorities.interfaces | |
org.apache.manifoldcf.crawler.system |
Modifier and Type | Class and Description |
---|---|
class |
AuthorityGroup
This is the implementation of the authority group interface, which describes a paper object
to be manipulated in order to create, edit, or save an authority group definition.
|
Modifier and Type | Method and Description |
---|---|
IAuthorityGroup |
AuthorityGroupManager.create()
Create a new authority group object.
|
IAuthorityGroup[] |
AuthorityGroupManager.getAllGroups()
Obtain a list of the authority grouops, ordered by name.
|
IAuthorityGroup |
AuthorityGroupManager.load(String name)
Load an authority group by name.
|
IAuthorityGroup[] |
AuthorityGroupManager.loadMultiple(String[] names)
Load multiple authority groups by name.
|
Modifier and Type | Method and Description |
---|---|
boolean |
AuthorityGroupManager.save(IAuthorityGroup object)
Save an authority group object.
|
Modifier and Type | Method and Description |
---|---|
IAuthorityGroup |
IAuthorityGroupManager.create()
Create a new authority group object.
|
IAuthorityGroup[] |
IAuthorityGroupManager.getAllGroups()
Obtain a list of the authority groups, ordered by name.
|
IAuthorityGroup |
IAuthorityGroupManager.load(String name)
Load a authority group by name.
|
IAuthorityGroup[] |
IAuthorityGroupManager.loadMultiple(String[] names)
Load multiple authority groups by name.
|
Modifier and Type | Method and Description |
---|---|
boolean |
IAuthorityGroupManager.save(IAuthorityGroup object)
Save an authority group object.
|
Modifier and Type | Method and Description |
---|---|
protected static void |
ManifoldCF.formatAuthorityGroup(ConfigurationNode groupNode,
IAuthorityGroup group)
Format an authority group.
|