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, getDescriptionKey, getIcon, getName, getPrivilegeObjectsSupplier, getPrivileges, getTitleKey, hashCode, isInheritanceForbidden, isMultiFactorAuthenticationRequired, 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
getDescriptionKey, getIcon, getName, getPrivileges, getTitleKey, isInheritanceForbidden, isMultiFactorAuthenticationRequiredVon Schnittstelle geerbte Methoden org.teamapps.application.api.privilege.StandardPrivilegeGroup
getPrivilegeObjectsSupplier, getType
-
Konstruktordetails
-
StandardPrivilegeGroupImpl
-
StandardPrivilegeGroupImpl
-
StandardPrivilegeGroupImpl
-
-
Methodendetails
-
createCopyWithPrivileges
- Angegeben von:
createCopyWithPrivilegesin SchnittstellePrivilegeGroup
-