Uses of Interface
com.broadleafcommerce.auth.authorization.provider.jpa.support.JpaOAuth2AuthorizationHashValueProvider
Packages that use JpaOAuth2AuthorizationHashValueProvider
Package
Description
-
Uses of JpaOAuth2AuthorizationHashValueProvider in com.broadleafcommerce.auth.authorization.provider.jpa.autoconfigure
Methods in com.broadleafcommerce.auth.authorization.provider.jpa.autoconfigure with parameters of type JpaOAuth2AuthorizationHashValueProviderModifier and TypeMethodDescriptionJpaOAuth2AuthorizationAutoConfiguration.jpaOAuth2AuthorizationRepositoryImpl
(org.springframework.jdbc.core.JdbcTemplate template, TokenProperties properties, JpaOAuth2AuthorizationHashValueProvider hashValueProvider) -
Uses of JpaOAuth2AuthorizationHashValueProvider in com.broadleafcommerce.auth.authorization.provider.jpa.repository
Constructors in com.broadleafcommerce.auth.authorization.provider.jpa.repository with parameters of type JpaOAuth2AuthorizationHashValueProviderModifierConstructorDescriptionJpaCustomizedOAuth2AuthorizationRepository
(org.springframework.jdbc.core.JdbcTemplate jdbcTemplate, TokenProperties properties, JpaOAuth2AuthorizationHashValueProvider hashValueProvider) -
Uses of JpaOAuth2AuthorizationHashValueProvider in com.broadleafcommerce.auth.authorization.provider.jpa.support
Classes in com.broadleafcommerce.auth.authorization.provider.jpa.support that implement JpaOAuth2AuthorizationHashValueProviderModifier and TypeClassDescriptionclass
Implementation ofJpaOAuth2AuthorizationHashValueProvider
that returns a SHA-512 digest hex string.