Class SimpleCustomObjectPrivilegeImpl
java.lang.Object
org.teamapps.application.api.privilege.AbstractPrivilegeGroup
org.teamapps.application.api.privilege.SimpleCustomObjectPrivilegeImpl
- All Implemented Interfaces:
PrivilegeGroup,SimpleCustomObjectPrivilege
public class SimpleCustomObjectPrivilegeImpl extends AbstractPrivilegeGroup implements SimpleCustomObjectPrivilege
-
Field Summary
Fields inherited from interface org.teamapps.application.api.privilege.PrivilegeGroup
LAUNCH_APPLICATION -
Constructor Summary
Constructors Constructor Description SimpleCustomObjectPrivilegeImpl(java.lang.String name, org.teamapps.icons.Icon icon, java.lang.String titleKey, java.lang.String descriptionKey, java.util.function.Supplier<java.util.List<PrivilegeObject>> privilegeObjectsSupplier) -
Method Summary
Methods inherited from class org.teamapps.application.api.privilege.AbstractPrivilegeGroup
getDescriptionKey, getIcon, getName, getPrivilegeObjectsSupplier, getPrivileges, getTitleKey, setPrivilegeObjectsSupplier, setPrivilegesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.teamapps.application.api.privilege.PrivilegeGroup
getDescriptionKey, getIcon, getName, getPrivilegeObjectsSupplier, getTitleKeyMethods inherited from interface org.teamapps.application.api.privilege.SimpleCustomObjectPrivilege
getPrivileges, getType
-
Constructor Details
-
SimpleCustomObjectPrivilegeImpl
public SimpleCustomObjectPrivilegeImpl(java.lang.String name, org.teamapps.icons.Icon icon, java.lang.String titleKey, java.lang.String descriptionKey, java.util.function.Supplier<java.util.List<PrivilegeObject>> privilegeObjectsSupplier)
-