Class ResourceAccessUtils

java.lang.Object
org.ametys.web.cache.monitoring.process.access.ResourceAccessUtils

public final class ResourceAccessUtils extends Object
Utility methods used when dealing with ResourceAccess object.
  • Method Details

    • toHash

      public static String toHash(String str)
      Computes the SHA-256 hash for a string.
      Parameters:
      str - The string to be hashed.
      Returns:
      The hashed string.