Klasse RoleAssignmentDelegatedCustomPrivilegeGroupImpl
java.lang.Object
org.teamapps.application.api.privilege.AbstractPrivilegeGroup
org.teamapps.application.api.privilege.RoleAssignmentDelegatedCustomPrivilegeGroupImpl
- Alle implementierten Schnittstellen:
PrivilegeGroup,RoleAssignmentDelegatedCustomPrivilegeGroup
public class RoleAssignmentDelegatedCustomPrivilegeGroupImpl
extends AbstractPrivilegeGroup
implements RoleAssignmentDelegatedCustomPrivilegeGroup
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungRoleAssignmentDelegatedCustomPrivilegeGroupImpl(String objectType, String name, org.teamapps.icons.Icon icon, String titleKey, String descriptionKey, boolean multiFactorAuthenticationRequired, boolean inheritanceForbidden, Function<Integer, PrivilegeObject> privilegeObjectByIdFunction, Privilege... privileges) RoleAssignmentDelegatedCustomPrivilegeGroupImpl(String objectType, String name, org.teamapps.icons.Icon icon, String titleKey, String descriptionKey, Function<Integer, PrivilegeObject> privilegeObjectByIdFunction, Privilege... privileges) RoleAssignmentDelegatedCustomPrivilegeGroupImpl(String objectType, String name, org.teamapps.icons.Icon icon, String titleKey, String descriptionKey, List<Privilege> privileges, Function<Integer, PrivilegeObject> privilegeObjectByIdFunction) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungcreateCopyWithPrivileges(Privilege... privileges) getPrivilegeObjectById(int id) 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.RoleAssignmentDelegatedCustomPrivilegeGroup
getPrivilegeObjectsSupplier, getType
-
Konstruktordetails
-
RoleAssignmentDelegatedCustomPrivilegeGroupImpl
-
RoleAssignmentDelegatedCustomPrivilegeGroupImpl
-
RoleAssignmentDelegatedCustomPrivilegeGroupImpl
public RoleAssignmentDelegatedCustomPrivilegeGroupImpl(String objectType, String name, org.teamapps.icons.Icon icon, String titleKey, String descriptionKey, boolean multiFactorAuthenticationRequired, boolean inheritanceForbidden, Function<Integer, PrivilegeObject> privilegeObjectByIdFunction, Privilege... privileges)
-
-
Methodendetails
-
createCopyWithPrivileges
- Angegeben von:
createCopyWithPrivilegesin SchnittstellePrivilegeGroup
-
getPrivilegeObjectById
- Angegeben von:
getPrivilegeObjectByIdin SchnittstelleRoleAssignmentDelegatedCustomPrivilegeGroup
-
getObjectType
- Angegeben von:
getObjectTypein SchnittstelleRoleAssignmentDelegatedCustomPrivilegeGroup
-