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