Uses of Class
org.apache.manifoldcf.authorities.authgroups.AuthorityGroup
-
Packages that use AuthorityGroup Package Description org.apache.manifoldcf.authorities.authgroups org.apache.manifoldcf.crawler.system -
-
Uses of AuthorityGroup in org.apache.manifoldcf.authorities.authgroups
Fields in org.apache.manifoldcf.authorities.authgroups declared as AuthorityGroup Modifier and Type Field Description protected AuthorityGroup[]AuthorityGroupManager.AuthorityGroupExecutor. returnValuesMethods in org.apache.manifoldcf.authorities.authgroups that return AuthorityGroup Modifier and Type Method Description AuthorityGroupAuthorityGroup. duplicate()Clone this object.protected AuthorityGroup[]AuthorityGroupManager. getAuthorityGroupsMultiple(java.lang.String[] groupNames)Fetch multiple authority groups at a single time.AuthorityGroup[]AuthorityGroupManager.AuthorityGroupExecutor. getResults()Get the result.Methods in org.apache.manifoldcf.authorities.authgroups with parameters of type AuthorityGroup Modifier and Type Method Description protected voidAuthorityGroupManager. getAuthorityGroupsChunk(AuthorityGroup[] rval, java.util.Map returnIndex, java.util.ArrayList params)Read a chunk of authority groups. -
Uses of AuthorityGroup in org.apache.manifoldcf.crawler.system
Methods in org.apache.manifoldcf.crawler.system with parameters of type AuthorityGroup Modifier and Type Method Description protected static voidManifoldCF. processAuthorityGroup(AuthorityGroup group, ConfigurationNode groupNode)Convert input hierarchy into an AuthorityGroup object.
-