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 TypeClassDescriptionclass
A row-level security handler that restricts access to entities based on anownerId
field. -
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 aRowSecurityHandler
used for both filtering and write-time validation.