Klasse CustomObjectPrivilegeGroupImpl
java.lang.Object
org.teamapps.application.api.privilege.AbstractPrivilegeGroup
org.teamapps.application.api.privilege.CustomObjectPrivilegeGroupImpl
- Alle implementierten Schnittstellen:
CustomObjectPrivilegeGroup,PrivilegeGroup
public class CustomObjectPrivilegeGroupImpl
extends AbstractPrivilegeGroup
implements CustomObjectPrivilegeGroup
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungCustomObjectPrivilegeGroupImpl(String name, org.teamapps.icons.Icon icon, String titleKey, String descriptionKey, boolean multiFactorAuthenticationRequired, boolean inheritanceForbidden, List<Privilege> privileges, Supplier<List<PrivilegeObject>> privilegeObjectsSupplier) CustomObjectPrivilegeGroupImpl(String name, org.teamapps.icons.Icon icon, String titleKey, String descriptionKey, List<Privilege> privileges, Supplier<List<PrivilegeObject>> privilegeObjectsSupplier) -
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.CustomObjectPrivilegeGroup
getTypeVon Schnittstelle geerbte Methoden org.teamapps.application.api.privilege.PrivilegeGroup
getCategory, getDescriptionKey, getIcon, getName, getPrivilegeObjectsSupplier, getPrivileges, getTitleKey, isInheritanceForbidden, isMultiFactorAuthenticationRequired, setCategory
-
Konstruktordetails
-
CustomObjectPrivilegeGroupImpl
-
CustomObjectPrivilegeGroupImpl
-
-
Methodendetails
-
createCopyWithPrivileges
- Angegeben von:
createCopyWithPrivilegesin SchnittstellePrivilegeGroup
-