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
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungStandardPrivilegeGroupImpl(String name, org.teamapps.icons.Icon icon, String titleKey, String descriptionKey, boolean multiFactorAuthenticationRequired, boolean inheritanceForbidden, Privilege... privileges) StandardPrivilegeGroupImpl(String name, org.teamapps.icons.Icon icon, String titleKey, String descriptionKey, List<Privilege> privileges) StandardPrivilegeGroupImpl(String name, org.teamapps.icons.Icon icon, String titleKey, String descriptionKey, Privilege... privileges) -
Methodenübersicht
Von Klasse geerbte Methoden org.teamapps.application.api.privilege.AbstractPrivilegeGroup
equals, getCategory, getDescriptionKey, getIcon, getName, getPrivilegeObjectsSupplier, getPrivileges, getTitleKey, hashCode, isInheritanceForbidden, isMultiFactorAuthenticationRequired, setCategory, setPrivilegeObjectsSupplierVon Klasse geerbte Methoden java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitVon Schnittstelle geerbte Methoden org.teamapps.application.api.privilege.PrivilegeGroup
getCategory, getDescriptionKey, getIcon, getName, getPrivileges, getTitleKey, isInheritanceForbidden, isMultiFactorAuthenticationRequired, setCategoryVon Schnittstelle geerbte Methoden org.teamapps.application.api.privilege.StandardPrivilegeGroup
getPrivilegeObjectsSupplier, getType
-
Konstruktordetails
-
StandardPrivilegeGroupImpl
-
StandardPrivilegeGroupImpl
-
StandardPrivilegeGroupImpl
-
-
Methodendetails
-
createCopyWithPrivileges
- Angegeben von:
createCopyWithPrivilegesin SchnittstellePrivilegeGroup
-