Class RoleAssignmentDelegatedCustomPrivilegeGroupImpl

java.lang.Object
org.teamapps.application.api.privilege.AbstractPrivilegeGroup
org.teamapps.application.api.privilege.RoleAssignmentDelegatedCustomPrivilegeGroupImpl
All Implemented Interfaces:
PrivilegeGroup, RoleAssignmentDelegatedCustomPrivilegeGroup

public class RoleAssignmentDelegatedCustomPrivilegeGroupImpl
extends AbstractPrivilegeGroup
implements RoleAssignmentDelegatedCustomPrivilegeGroup
  • Constructor Details

    • RoleAssignmentDelegatedCustomPrivilegeGroupImpl

      public RoleAssignmentDelegatedCustomPrivilegeGroupImpl​(java.lang.String name, org.teamapps.icons.Icon icon, java.lang.String titleKey, java.lang.String descriptionKey, java.util.List<Privilege> privileges, java.util.function.Function<java.lang.Integer,​PrivilegeObject> privilegeObjectByIdFunction)
    • RoleAssignmentDelegatedCustomPrivilegeGroupImpl

      public RoleAssignmentDelegatedCustomPrivilegeGroupImpl​(java.lang.String name, org.teamapps.icons.Icon icon, java.lang.String titleKey, java.lang.String descriptionKey, java.util.function.Function<java.lang.Integer,​PrivilegeObject> privilegeObjectByIdFunction, Privilege... privileges)
  • Method Details