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