Uses of Interface
com.broadleafcommerce.auth.authorization.provider.jpa.support.JpaOAuth2AuthorizationHashValueProvider
Package
Description
-
Uses of JpaOAuth2AuthorizationHashValueProvider in com.broadleafcommerce.auth.authorization.provider.jpa.autoconfigure
Modifier and TypeMethodDescriptionJpaOAuth2AuthorizationAutoConfiguration.jpaOAuth2AuthorizationRepositoryImpl
(org.springframework.jdbc.core.JdbcTemplate template, TokenProperties properties, JpaOAuth2AuthorizationHashValueProvider hashValueProvider) -
Uses of JpaOAuth2AuthorizationHashValueProvider in com.broadleafcommerce.auth.authorization.provider.jpa.repository
ModifierConstructorDescriptionJpaCustomizedOAuth2AuthorizationRepository
(org.springframework.jdbc.core.JdbcTemplate jdbcTemplate, TokenProperties properties, JpaOAuth2AuthorizationHashValueProvider hashValueProvider) -
Uses of JpaOAuth2AuthorizationHashValueProvider in com.broadleafcommerce.auth.authorization.provider.jpa.support
Modifier and TypeClassDescriptionclass
Implementation ofJpaOAuth2AuthorizationHashValueProvider
that returns a SHA-512 digest hex string.