Class HashProcessor
java.lang.Object
com.almis.awe.annotation.processor.security.HashProcessor
Processor for the Hash annotation
- Author:
- dfuentes Created by dfuentes on 18/04/2017.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprocessHashing
(Hash hash, String value) Process current annotation
-
Constructor Details
-
HashProcessor
HashProcessor constructor- Parameters:
encodeService
- Encode service
-
-
Method Details
-
processHashing
Process current annotation- Parameters:
hash
- Hashvalue
- Value to process- Returns:
- Processed hash
- Throws:
AWException
- Error processing hash
-