Interface PermissionFactory

  • All Known Implementing Classes:
    DefaultPermissionFactory

    public interface PermissionFactory
    Factory for a compatible set of permissions. Implementations must ensure that the permissions returned by the getUserPermissions methods are compatible with the permissions returned by the getRequiredPermissions methods. Compatible means the user permissions can correctly evaluate whether they imply the required permissions
    Author:
    Brian Stansberry (c) 2013 Red Hat Inc.