public interface DataSecurityService
It offers methods that helps dealing with data access restriction according to permissions and roles.
DataSecurityService is used in conjunction with DataSecurityHandler
.
DataSecurityHandler
Modifier and Type | Method and Description |
---|---|
<C> void |
secure(C candidate)
This method will modify the state of c according the role and permissions of the current user.
|
Copyright © 2013-2018–2019 SeedStack. All rights reserved.