Uses of Interface
com.broadleafcommerce.auth.authorization.repository.CustomizedOAuth2AuthorizationRepository
Package
Description
-
Uses of CustomizedOAuth2AuthorizationRepository in com.broadleafcommerce.auth.authorization.provider.jpa.autoconfigure
Modifier and TypeMethodDescriptionJpaOAuth2AuthorizationAutoConfiguration.jpaOAuth2AuthorizationRepositoryImpl
(org.springframework.jdbc.core.JdbcTemplate template, TokenProperties properties, JpaOAuth2AuthorizationHashValueProvider hashValueProvider) -
Uses of CustomizedOAuth2AuthorizationRepository in com.broadleafcommerce.auth.authorization.provider.jpa.repository
Modifier and TypeInterfaceDescriptioninterface
Handle persistence ofJpaOAuth2Authorization
, which is the counterpart for Spring'sOAuth2Authorization
.Modifier and TypeClassDescriptionclass
-
Uses of CustomizedOAuth2AuthorizationRepository in com.broadleafcommerce.auth.authorization.repository
Modifier and TypeInterfaceDescriptioninterface
Handle persistence of Spring'sOAuth2Authorization
.