-
-
Method parameters in org.teamapps.application.api.privilege with type arguments of type PrivilegeObject
| Modifier and Type |
Method |
Description |
CustomObjectPrivilegeGroup |
ApplicationPrivilegeBuilder.addCustomObjectPrivilegeGroup(java.lang.String name,
org.teamapps.icons.Icon icon,
java.lang.String titleKey,
java.lang.String descriptionKey,
java.util.List<Privilege> privileges,
java.util.function.Supplier<java.util.List<PrivilegeObject>> privilegeObjectsSupplier) |
|
RoleAssignmentDelegatedCustomPrivilegeGroup |
ApplicationPrivilegeBuilder.addDelegatedCustomPrivilegeGroup(java.lang.String name,
org.teamapps.icons.Icon icon,
java.lang.String titleKey,
java.lang.String descriptionKey,
java.util.function.Function<java.lang.Integer,PrivilegeObject> privilegeObjectByIdFunction,
Privilege... privileges) |
|
SimpleCustomObjectPrivilege |
ApplicationPrivilegeBuilder.addSimpleCustomObjectPrivilege(java.lang.String name,
org.teamapps.icons.Icon icon,
java.lang.String titleKey,
java.lang.String descriptionKey,
java.util.function.Supplier<java.util.List<PrivilegeObject>> privilegeObjectsSupplier) |
|
static CustomObjectPrivilegeGroup |
PrivilegeGroup.createCustomObjectPrivilegeGroup(java.lang.String name,
org.teamapps.icons.Icon icon,
java.lang.String titleKey,
java.lang.String descriptionKey,
java.util.List<Privilege> privileges,
java.util.function.Supplier<java.util.List<PrivilegeObject>> privilegeObjectsSupplier) |
|
static RoleAssignmentDelegatedCustomPrivilegeGroup |
PrivilegeGroup.createDelegatedCustomPrivilegeGroup(java.lang.String name,
org.teamapps.icons.Icon icon,
java.lang.String titleKey,
java.lang.String descriptionKey,
java.util.function.Function<java.lang.Integer,PrivilegeObject> privilegeObjectByIdFunction,
Privilege... privileges) |
|
static SimpleCustomObjectPrivilege |
PrivilegeGroup.createSimpleCustomObjectPrivilege(java.lang.String name,
org.teamapps.icons.Icon icon,
java.lang.String titleKey,
java.lang.String descriptionKey,
java.util.function.Supplier<java.util.List<PrivilegeObject>> privilegeObjectsSupplier) |
|
void |
AbstractPrivilegeGroup.setPrivilegeObjectsSupplier(java.util.function.Supplier<java.util.List<PrivilegeObject>> privilegeObjectsSupplier) |
|
Constructor parameters in org.teamapps.application.api.privilege with type arguments of type PrivilegeObject
| Constructor |
Description |
AbstractPrivilegeGroup(java.lang.String name,
org.teamapps.icons.Icon icon,
java.lang.String titleKey,
java.lang.String descriptionKey,
java.util.List<Privilege> privileges,
java.util.function.Supplier<java.util.List<PrivilegeObject>> privilegeObjectsSupplier) |
|
CustomObjectPrivilegeGroupImpl(java.lang.String name,
org.teamapps.icons.Icon icon,
java.lang.String titleKey,
java.lang.String descriptionKey,
java.util.List<Privilege> privileges,
java.util.function.Supplier<java.util.List<PrivilegeObject>> privilegeObjectsSupplier) |
|
RoleAssignmentDelegatedCustomPrivilegeGroupImpl(java.lang.String name,
org.teamapps.icons.Icon icon,
java.lang.String titleKey,
java.lang.String descriptionKey,
java.util.function.Function<java.lang.Integer,PrivilegeObject> privilegeObjectByIdFunction,
Privilege... privileges) |
|
RoleAssignmentDelegatedCustomPrivilegeGroupImpl(java.lang.String name,
org.teamapps.icons.Icon icon,
java.lang.String titleKey,
java.lang.String descriptionKey,
java.util.List<Privilege> privileges,
java.util.function.Function<java.lang.Integer,PrivilegeObject> privilegeObjectByIdFunction) |
|
SimpleCustomObjectPrivilegeImpl(java.lang.String name,
org.teamapps.icons.Icon icon,
java.lang.String titleKey,
java.lang.String descriptionKey,
java.util.function.Supplier<java.util.List<PrivilegeObject>> privilegeObjectsSupplier) |
|
-
Methods in org.teamapps.application.server with parameters of type PrivilegeObject
| Modifier and Type |
Method |
Description |
boolean |
DevApplicationData.isAllowed(CustomObjectPrivilegeGroup group,
Privilege privilege,
PrivilegeObject privilegeObject) |
|
boolean |
DevApplicationData.isAllowed(RoleAssignmentDelegatedCustomPrivilegeGroup group,
Privilege privilege,
PrivilegeObject privilegeObject) |
|
boolean |
DevApplicationData.isAllowed(SimpleCustomObjectPrivilege group,
PrivilegeObject privilegeObject) |
|
boolean |
DevApplicationRolePrivilegeProvider.isAllowed(CustomObjectPrivilegeGroup customObjectPrivilegeGroup,
Privilege privilege,
PrivilegeObject privilegeObject) |
|
boolean |
DevApplicationRolePrivilegeProvider.isAllowed(RoleAssignmentDelegatedCustomPrivilegeGroup group,
Privilege privilege,
PrivilegeObject privilegeObject) |
|
boolean |
DevApplicationRolePrivilegeProvider.isAllowed(SimpleCustomObjectPrivilege simpleCustomObjectPrivilege,
PrivilegeObject privilegeObject) |
|