Verwendungen von Schnittstelle
org.teamapps.application.api.privilege.StandardPrivilegeGroup
Packages, die StandardPrivilegeGroup verwenden
Package
Beschreibung
-
Verwendungen von StandardPrivilegeGroup in org.teamapps.application.api.application
Methoden in org.teamapps.application.api.application mit Parametern vom Typ StandardPrivilegeGroupModifizierer und TypMethodeBeschreibungdefault booleanApplicationInstanceDataMethods.isAllowed(StandardPrivilegeGroup group, Privilege privilege) -
Verwendungen von StandardPrivilegeGroup in org.teamapps.application.api.application.form
Methoden in org.teamapps.application.api.application.form mit Parametern vom Typ StandardPrivilegeGroupModifizierer und TypMethodeBeschreibungvoidAbstractLazyRenderingFormView.setStandardPrivilegeGroup(StandardPrivilegeGroup standardPrivilegeGroup) -
Verwendungen von StandardPrivilegeGroup in org.teamapps.application.api.privilege
Klassen in org.teamapps.application.api.privilege, die StandardPrivilegeGroup implementierenMethoden in org.teamapps.application.api.privilege, die StandardPrivilegeGroup zurückgebenModifizierer und TypMethodeBeschreibungApplicationPrivilegeBuilder.addDefaultStandardPrivilegeGroup(String name, org.teamapps.icons.Icon icon, String titleKey, String descriptionKey) ApplicationPrivilegeBuilder.addStandardPrivilegeGroup(String name, org.teamapps.icons.Icon icon, String titleKey, String descriptionKey, Privilege... privileges) static StandardPrivilegeGroupPrivilegeGroup.createStandardPrivilegeGroup(String name, org.teamapps.icons.Icon icon, String titleKey, String descriptionKey, boolean multiFactorAuthenticationRequired, boolean inheritanceForbidden, Privilege... privileges) static StandardPrivilegeGroupPrivilegeGroup.createStandardPrivilegeGroup(String name, org.teamapps.icons.Icon icon, String titleKey, String descriptionKey, Privilege... privileges) Methoden in org.teamapps.application.api.privilege mit Parametern vom Typ StandardPrivilegeGroupModifizierer und TypMethodeBeschreibungdefault booleanApplicationPrivilegeProvider.isAllowed(StandardPrivilegeGroup standardPrivilegeGroup) booleanApplicationPrivilegeProvider.isAllowed(StandardPrivilegeGroup group, Privilege privilege) default booleanApplicationPrivilegeProvider.isReadAccess(StandardPrivilegeGroup privilegeGroup) -
Verwendungen von StandardPrivilegeGroup in org.teamapps.application.ux.form
Konstruktoren in org.teamapps.application.ux.form mit Parametern vom Typ StandardPrivilegeGroupModifiziererKonstruktorBeschreibungFormController(ApplicationInstanceData applicationInstanceData, org.teamapps.ux.component.form.AbstractForm<ENTITY> form, org.teamapps.databinding.TwoWayBindableValue<ENTITY> selectedEntity, Supplier<ENTITY> createNewEntitySupplier, StandardPrivilegeGroup standardPrivilegeGroup) -
Verwendungen von StandardPrivilegeGroup in org.teamapps.application.ux.view
Konstruktoren in org.teamapps.application.ux.view mit Parametern vom Typ StandardPrivilegeGroupModifiziererKonstruktorBeschreibungMasterDetailController(org.teamapps.icons.Icon entityIcon, String entityTitle, ApplicationInstanceData applicationInstanceData, Supplier<org.teamapps.universaldb.pojo.Query<ENTITY>> querySupplier, StandardPrivilegeGroup standardPrivilegeGroup)