Interface EntitlementHolder<T>


  • public interface EntitlementHolder<T>
    Interface representing holder of objects that are entitled as part of an authorization process in instance based security
    Since:
    Nov 21, 2007
    Version:
    $Revision$
    Author:
    Anil.Saldhana@redhat.com
    • Method Detail

      • getEntitled

        Set<T> getEntitled()
        Get a list of objects from the Authorization Resource that are entitled
        Returns: