Class HashProcessor

java.lang.Object
com.almis.awe.annotation.processor.security.HashProcessor

public class HashProcessor extends Object
Processor for the Hash annotation
Author:
dfuentes Created by dfuentes on 18/04/2017.
See Also:
  • Constructor Details

    • HashProcessor

      public HashProcessor(EncodeService encodeService)
      HashProcessor constructor
      Parameters:
      encodeService - Encode service
  • Method Details

    • processHashing

      public String processHashing(Hash hash, String value) throws AWException
      Process current annotation
      Parameters:
      hash - Hash
      value - Value to process
      Returns:
      Processed hash
      Throws:
      AWException - Error processing hash