Class ResourceAccessUtils
- java.lang.Object
-
- org.ametys.web.cache.monitoring.process.access.ResourceAccessUtils
-
public final class ResourceAccessUtils extends Object
Utility methods used when dealing withResourceAccess
object.
-
-
Field Summary
Fields Modifier and Type Field Description private static org.slf4j.Logger
__LOGGER
-
Constructor Summary
Constructors Modifier Constructor Description private
ResourceAccessUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
toHash(String str)
Computes the SHA-256 hash for a string.
-
-
-
Field Detail
-
__LOGGER
private static final org.slf4j.Logger __LOGGER
-
-
Constructor Detail
-
ResourceAccessUtils
private ResourceAccessUtils()
-
-