Interface SimplePrivilege
- All Superinterfaces:
PrivilegeGroup
- All Known Implementing Classes:
SimplePrivilegeImpl
public interface SimplePrivilege extends PrivilegeGroup
-
Method Summary
Modifier and Type Method Description default java.util.function.Supplier<java.util.List<PrivilegeObject>>getPrivilegeObjectsSupplier()default java.util.List<Privilege>getPrivileges()default PrivilegeGroupTypegetType()Methods inherited from interface org.teamapps.application.api.privilege.PrivilegeGroup
getDescriptionKey, getIcon, getName, getTitleKey
-
Method Details
-
getType
- Specified by:
getTypein interfacePrivilegeGroup
-
getPrivileges
- Specified by:
getPrivilegesin interfacePrivilegeGroup
-
getPrivilegeObjectsSupplier
- Specified by:
getPrivilegeObjectsSupplierin interfacePrivilegeGroup
-