Uses of Class
com.broadleafcommerce.auth.client.autoconfigure.OAuth2AuthorizedClientCleanupProperties
Packages that use OAuth2AuthorizedClientCleanupProperties
- 
Uses of OAuth2AuthorizedClientCleanupProperties in com.broadleafcommerce.auth.client.service
Methods in com.broadleafcommerce.auth.client.service that return OAuth2AuthorizedClientCleanupPropertiesModifier and TypeMethodDescriptionprotected OAuth2AuthorizedClientCleanupPropertiesDefaultOAuth2AuthorizedClientEntityCleanupServices.getCleanupProperties()Properties configuring cleanup behavior.Constructors in com.broadleafcommerce.auth.client.service with parameters of type OAuth2AuthorizedClientCleanupPropertiesModifierConstructorDescriptionDefaultOAuth2AuthorizedClientEntityCleanupServices(OAuth2AuthorizedClientCleanupProperties cleanupProperties, OAuth2AuthorizedClientEntityService<OAuth2AuthorizedClientEntity> oAuth2AuthorizedClientEntityService, org.springframework.scheduling.TaskScheduler scheduler, com.broadleafcommerce.common.extension.TypeFactory typeFactory)