public interface Group extends Privilege
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
Collection<Privilege> |
getPrivileges() |
boolean |
hasPrivilege(String privilege)
Returns true if this group contains given privilege
|
getDisplayName, getNameString getDescription()
Collection<Privilege> getPrivileges()
boolean hasPrivilege(String privilege)
privilege - checking privilegeCopyright © 2019. All rights reserved.