Class StandardPrivilegeGroupImpl
java.lang.Object
org.teamapps.application.api.privilege.AbstractPrivilegeGroup
org.teamapps.application.api.privilege.StandardPrivilegeGroupImpl
- All Implemented Interfaces:
PrivilegeGroup,StandardPrivilegeGroup
public class StandardPrivilegeGroupImpl extends AbstractPrivilegeGroup implements StandardPrivilegeGroup
-
Constructor Summary
Constructors Constructor Description StandardPrivilegeGroupImpl(java.lang.String name, org.teamapps.icons.Icon icon, java.lang.String titleKey, java.lang.String descriptionKey, java.util.List<Privilege> privileges)StandardPrivilegeGroupImpl(java.lang.String name, org.teamapps.icons.Icon icon, java.lang.String titleKey, java.lang.String descriptionKey, Privilege... privileges) -
Method Summary
Methods inherited from class org.teamapps.application.api.privilege.AbstractPrivilegeGroup
equals, getDescriptionKey, getIcon, getName, getPrivilegeObjectsSupplier, getPrivileges, getTitleKey, hashCode, setPrivilegeObjectsSupplierMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.teamapps.application.api.privilege.PrivilegeGroup
createCopyWithPrivileges, getDescriptionKey, getIcon, getName, getPrivileges, getTitleKeyMethods inherited from interface org.teamapps.application.api.privilege.StandardPrivilegeGroup
getPrivilegeObjectsSupplier, getType
-
Constructor Details
-
StandardPrivilegeGroupImpl
public StandardPrivilegeGroupImpl(java.lang.String name, org.teamapps.icons.Icon icon, java.lang.String titleKey, java.lang.String descriptionKey, java.util.List<Privilege> privileges) -
StandardPrivilegeGroupImpl
public StandardPrivilegeGroupImpl(java.lang.String name, org.teamapps.icons.Icon icon, java.lang.String titleKey, java.lang.String descriptionKey, Privilege... privileges)
-