Interface HasPrivileges

  • All Known Subinterfaces:
    PrivilegeSet

    public interface HasPrivileges
    Service that can provide zero or more Privilege instances. There may be multiple HasPrivileges providers, each providing Privilege instances for a specific subset of Privilege types.
    Author:
    cdivilly
    • Method Detail

      • privilege

        Privilege privilege​(java.lang.String name)
        Get the Privilege instance for the specified name
        Parameters:
        name - The fully qualified (including package prefix) name of the Privilege
        Returns:
        The instance or null if the implementation is not able to create Privileges of the type indicated by the specified name.