Uses of Interface
org.alfresco.repo.security.authority.script.Authority
-
Packages that use Authority Package Description org.alfresco.repo.security.authority.script -
-
Uses of Authority in org.alfresco.repo.security.authority.script
Classes in org.alfresco.repo.security.authority.script that implement Authority Modifier and Type Class Description classScriptGroupThe Script group is a GROUP authority exposed to the scripting API.classScriptUserThe Script user is a USER authority exposed to the scripting APIMethods in org.alfresco.repo.security.authority.script that return Authority Modifier and Type Method Description Authority[]ScriptGroup. getChildAuthorities()Get all the children of this group, regardless of typeAuthority[]ScriptGroup. getChildAuthorities(ScriptPagingDetails paging, java.lang.String sortBy)Get all the children of this group, regardless of typeMethods in org.alfresco.repo.security.authority.script with parameters of type Authority Modifier and Type Method Description intAuthority.AuthorityComparator. compare(Authority g1, Authority g2)
-