Interface JpaOAuth2AuthorizationHashValueProvider
- All Known Implementing Classes:
SHA512DigestHexJpaOAuth2AuthorizationHashValueProvider
public interface JpaOAuth2AuthorizationHashValueProvider
Component responsible for computing the 'hash' values for certain fields on
JpaOAuth2Authorization.-
Method Summary
Modifier and TypeMethodDescriptiongetHashRepresentation(String rawValue) Computes the hash representation of the providedrawValue.
-
Method Details
-
getHashRepresentation
Computes the hash representation of the providedrawValue.- Parameters:
rawValue- the raw value to hash. Must not be null.- Returns:
- a string of the hash representation of the provided
rawValue
-