Interface HasPrivileges
-
- All Known Subinterfaces:
PrivilegeSet
public interface HasPrivilegesService that can provide zero or morePrivilegeinstances. There may be multipleHasPrivilegesproviders, each providingPrivilegeinstances for a specific subset ofPrivilegetypes.- Author:
- cdivilly
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Privilegeprivilege(java.lang.String name)Get thePrivilegeinstance for the specified name
-