A
- the type of the candidate.public interface DataSecurityHandler<A>
We use it to secure Fields, Methods or Contructors.
Modifier and Type | Method and Description |
---|---|
Object |
securityExpression(A candidate)
This methods helps to determine the security object out of the candidate.
|
Class<? extends DataObfuscationHandler<?>> |
securityObfuscationHandler(A candidate)
This methods helps to determine the
DataObfuscationHandler out of the candidate. |
Object securityExpression(A candidate)
most of the time it will be a string representing an expression language, but it can be anything.
candidate
- the candidate object that will be provided.Class<? extends DataObfuscationHandler<?>> securityObfuscationHandler(A candidate)
DataObfuscationHandler
out of the candidate.
candidate
- the candidate object that will be provided.Copyright © 2013-2018–2019 SeedStack. All rights reserved.