Uses of Interface
org.apache.manifoldcf.authorities.interfaces.IAuthorityGroup
-
Packages that use IAuthorityGroup Package Description org.apache.manifoldcf.authorities.authgroups org.apache.manifoldcf.authorities.interfaces org.apache.manifoldcf.crawler.system -
-
Uses of IAuthorityGroup in org.apache.manifoldcf.authorities.authgroups
Classes in org.apache.manifoldcf.authorities.authgroups that implement IAuthorityGroup Modifier and Type Class Description classAuthorityGroupThis 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.Methods in org.apache.manifoldcf.authorities.authgroups that return IAuthorityGroup Modifier and Type Method Description IAuthorityGroupAuthorityGroupManager. create()Create a new authority group object.IAuthorityGroup[]AuthorityGroupManager. getAllGroups()Obtain a list of the authority grouops, ordered by name.IAuthorityGroupAuthorityGroupManager. load(java.lang.String name)Load an authority group by name.IAuthorityGroup[]AuthorityGroupManager. loadMultiple(java.lang.String[] names)Load multiple authority groups by name.Methods in org.apache.manifoldcf.authorities.authgroups with parameters of type IAuthorityGroup Modifier and Type Method Description booleanAuthorityGroupManager. save(IAuthorityGroup object)Save an authority group object. -
Uses of IAuthorityGroup in org.apache.manifoldcf.authorities.interfaces
Methods in org.apache.manifoldcf.authorities.interfaces that return IAuthorityGroup Modifier and Type Method Description IAuthorityGroupIAuthorityGroupManager. create()Create a new authority group object.IAuthorityGroup[]IAuthorityGroupManager. getAllGroups()Obtain a list of the authority groups, ordered by name.IAuthorityGroupIAuthorityGroupManager. load(java.lang.String name)Load a authority group by name.IAuthorityGroup[]IAuthorityGroupManager. loadMultiple(java.lang.String[] names)Load multiple authority groups by name.Methods in org.apache.manifoldcf.authorities.interfaces with parameters of type IAuthorityGroup Modifier and Type Method Description booleanIAuthorityGroupManager. save(IAuthorityGroup object)Save an authority group object. -
Uses of IAuthorityGroup in org.apache.manifoldcf.crawler.system
Methods in org.apache.manifoldcf.crawler.system with parameters of type IAuthorityGroup Modifier and Type Method Description protected static voidManifoldCF. formatAuthorityGroup(ConfigurationNode groupNode, IAuthorityGroup group)Format an authority group.
-