Class AuthorityServiceImpl.UserAuthoritySet

java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractSet<String>
org.alfresco.repo.security.authority.AuthorityServiceImpl.UserAuthoritySet
All Implemented Interfaces:
Iterable<String>, Collection<String>, Set<String>
Enclosing class:
AuthorityServiceImpl

public final class AuthorityServiceImpl.UserAuthoritySet extends AbstractSet<String>
Lazy load set of authorities. Try not to iterate or ask for the size. Needed for the case where there are a large number of sites/groups.
Author:
David Ward, Alan Davis