Uses of Class
com.broadleafcommerce.auth.authorization.provider.jpa.domain.JpaOAuth2Authorization
Package
Description
-
Uses of JpaOAuth2Authorization in com.broadleafcommerce.auth.authorization.provider.jpa.autoconfigure
Modifier and TypeMethodDescriptionJpaOAuth2AuthorizationAutoConfiguration.jpaOAuth2AuthorizationRepositoryImpl
(org.springframework.jdbc.core.JdbcTemplate template, TokenProperties properties, JpaOAuth2AuthorizationHashValueProvider hashValueProvider) -
Uses of JpaOAuth2Authorization in com.broadleafcommerce.auth.authorization.provider.jpa.domain
Modifier and TypeMethodDescriptionJpaOAuth2Authorization.toMe
(org.springframework.security.oauth2.server.authorization.OAuth2Authorization authorization, com.fasterxml.jackson.databind.ObjectMapper mapper) -
Uses of JpaOAuth2Authorization in com.broadleafcommerce.auth.authorization.provider.jpa.repository
Modifier and TypeClassDescriptionclass
interface
Handle persistence ofJpaOAuth2Authorization
, which is the counterpart for Spring'sOAuth2Authorization
. -
Uses of JpaOAuth2Authorization in com.broadleafcommerce.auth.authorization.security.autoconfigure
Modifier and TypeMethodDescriptionorg.springframework.security.oauth2.server.authorization.OAuth2AuthorizationService
SpringAuthorizationServerComponentsConfiguration.OAuth2AuthorizationConfiguration.defaultOAuth2AuthorizationService
(OAuth2AuthorizationRepository<JpaOAuth2Authorization> oAuth2AuthorizationRepository, org.springframework.security.oauth2.server.authorization.client.RegisteredClientRepository registeredClientRepository) -
Uses of JpaOAuth2Authorization in com.broadleafcommerce.auth.authorization.service
ModifierConstructorDescriptionDefaultAuthorizationCleanupServices
(TokenProperties properties, OAuth2AuthorizationRepository<JpaOAuth2Authorization> repository, org.springframework.scheduling.TaskScheduler scheduler) DefaultOAuth2AuthorizationService
(OAuth2AuthorizationRepository<JpaOAuth2Authorization> repository, org.springframework.security.oauth2.server.authorization.client.RegisteredClientRepository registeredClientRepository)