Klasse StandardPrivilegeGroupImpl

java.lang.Object
org.teamapps.application.api.privilege.AbstractPrivilegeGroup
org.teamapps.application.api.privilege.StandardPrivilegeGroupImpl
Alle implementierten Schnittstellen:
PrivilegeGroup, StandardPrivilegeGroup

public class StandardPrivilegeGroupImpl extends AbstractPrivilegeGroup implements StandardPrivilegeGroup
  • Konstruktordetails

    • StandardPrivilegeGroupImpl

      public StandardPrivilegeGroupImpl(String name, org.teamapps.icons.Icon icon, String titleKey, String descriptionKey, List<Privilege> privileges)
    • StandardPrivilegeGroupImpl

      public StandardPrivilegeGroupImpl(String name, org.teamapps.icons.Icon icon, String titleKey, String descriptionKey, Privilege... privileges)
    • StandardPrivilegeGroupImpl

      public StandardPrivilegeGroupImpl(String name, org.teamapps.icons.Icon icon, String titleKey, String descriptionKey, boolean multiFactorAuthenticationRequired, boolean inheritanceForbidden, Privilege... privileges)
  • Methodendetails