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 Type
    Method
    Description
    Computes the hash representation of the provided rawValue.
  • Method Details

    • getHashRepresentation

      String getHashRepresentation(String rawValue)
      Computes the hash representation of the provided rawValue.
      Parameters:
      rawValue - the raw value to hash. Must not be null.
      Returns:
      a string of the hash representation of the provided rawValue