Uses of Interface
nl.datasteel.crudcraft.annotations.security.RowSecurityHandler
Packages that use RowSecurityHandler
Package
Description
-
Uses of RowSecurityHandler in nl.datasteel.crudcraft.runtime.security.row
Classes in nl.datasteel.crudcraft.runtime.security.row that implement RowSecurityHandlerModifier and TypeClassDescriptionclassA row-level security handler that restricts access to entities based on anownerIdfield. -
Uses of RowSecurityHandler in nl.datasteel.crudcraft.runtime.service
Methods in nl.datasteel.crudcraft.runtime.service that return types with arguments of type RowSecurityHandlerModifier and TypeMethodDescriptionprotected List<RowSecurityHandler<?>> AbstractCrudService.rowSecurityHandlers()Override to provide aRowSecurityHandlerused for both filtering and write-time validation.