Overview  Package  Class   Use  Tree  Deprecated  Index  Help 
PREV   NEXT FRAMES    NO FRAMES    All Classes

Uses of Class
org.alfresco.service.cmr.security.AuthorityType
Packages that use org.alfresco.service.cmr.security.AuthorityType
org.alfresco.service.cmr.security
Uses of AuthorityType in org.alfresco.service.cmr.security
Methods in org.alfresco.service.cmr.security that return AuthorityType
abstract AuthorityType
AccessPermission.getAuthorityType()
          Get the type of authority to which this permission applies.
AuthorityType.getAuthorityType(String authority)
AuthorityType.valueOf(String name)
static AuthorityType[]
AuthorityType.values()
Methods in org.alfresco.service.cmr.security with parameters of type AuthorityType
abstract String
AuthorityService.createAuthority(AuthorityType type, String shortName)
          Create an authority.
abstract String
AuthorityService.createAuthority(AuthorityType type, String shortName, String authorityDisplayName, Set<String> authorityZones)
          Create an authority with a display name and zone.
abstract Set<String>
AuthorityService.findAuthorities(AuthorityType type, String parentAuthority, boolean immediate, String displayNamePattern, String zoneName)
          Search for authorities by pattern matching (* and ?) against the authority name.
abstract Set<String>
AuthorityService.getAllAuthorities(AuthorityType type)
abstract Set<String>
AuthorityService.getAllAuthoritiesInZone(String zoneName, AuthorityType type)
          Gets the names of all authorities in a zone, optionally filtered by type See also "getAuthorities" paged alternative (note: in that case, zone must exist)
abstract Set<String>
AuthorityService.getAllRootAuthorities(AuthorityType type)
          Get all root authorities by type.
abstract Set<String>
AuthorityService.getAllRootAuthoritiesInZone(String zoneName, AuthorityType type)
          Gets the names of all root authorities in a zone, optionally filtered by type.
AuthorityService.getAuthorities(AuthorityType type, String zoneName, String displayNameFilter, boolean sortByDisplayName, boolean sortAscending, PagingRequest pagingRequest)
          Get authorities by type and/or zone
AuthorityService.getAuthoritiesInfo(AuthorityType type, String zoneName, String displayNameFilter, String sortBy, boolean sortAscending, PagingRequest pagingRequest)
          Get authorities by type and/or zone
abstract Set<String>
AuthorityService.getContainedAuthorities(AuthorityType type, String name, boolean immediate)
          Get all the authorities that are contained by the given authority.
abstract Set<String>
AuthorityService.getContainingAuthorities(AuthorityType type, String name, boolean immediate)
          Get the authorities that contain the given authority, but use getAuthoritiesForUser(userName).contains(authority) rather than getContainingAuthorities(type, userName, false).contains(authority) or use AuthorityService.getContainingAuthoritiesInZone(AuthorityType, String, String, AuthorityFilter, int) as they will be much faster.
abstract Set<String>
AuthorityService.getContainingAuthoritiesInZone(AuthorityType type, String name, String zoneName, org.alfresco.service.cmr.security.AuthorityService.AuthorityFilter filter, int size)
          Get a set of authorities with varying filter criteria
abstract String
AuthorityService.getName(AuthorityType type, String shortName)
          Create the full identifier for an authority given its short name and type.

Overview  Package  Class   Use  Tree  Deprecated  Index  Help 
PREV   NEXT FRAMES    NO FRAMES    All Classes

Copyright © 2005–2018 Alfresco Software. All rights reserved.

Java API documentation generated with DocFlex/Javadoc 1.6.1 using JavadocPro template set.