Interface HasPrivileges
-
- All Known Subinterfaces:
PrivilegeSet
public interface HasPrivileges
Service that can provide zero or morePrivilege
instances. There may be multipleHasPrivileges
providers, each providingPrivilege
instances for a specific subset ofPrivilege
types.- Author:
- cdivilly
-
<section role="region">
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Privilege
privilege(java.lang.String name)
Get thePrivilege
instance for the specified name
-