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 name, org.teamapps.icons.Icon icon, String titleKey, String descriptionKey, boolean multiFactorAuthenticationRequired, boolean inheritanceForbidden, Function<Integer, PrivilegeObject> privilegeObjectByIdFunction, Privilege... privileges) RoleAssignmentDelegatedCustomPrivilegeGroupImpl(String name, org.teamapps.icons.Icon icon, String titleKey, String descriptionKey, Function<Integer, PrivilegeObject> privilegeObjectByIdFunction, Privilege... privileges) RoleAssignmentDelegatedCustomPrivilegeGroupImpl(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, 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.RoleAssignmentDelegatedCustomPrivilegeGroup
getPrivilegeObjectsSupplier, getType
-
Konstruktordetails
-
RoleAssignmentDelegatedCustomPrivilegeGroupImpl
-
RoleAssignmentDelegatedCustomPrivilegeGroupImpl
-
RoleAssignmentDelegatedCustomPrivilegeGroupImpl
-
-
Methodendetails
-
createCopyWithPrivileges
- Angegeben von:
createCopyWithPrivilegesin SchnittstellePrivilegeGroup
-
getPrivilegeObjectById
- Angegeben von:
getPrivilegeObjectByIdin SchnittstelleRoleAssignmentDelegatedCustomPrivilegeGroup
-