Uses of Class
com.broadleafcommerce.auth.client.domain.cleanup.OAuth2AuthorizedClientEntityCleanupRequest
Packages that use OAuth2AuthorizedClientEntityCleanupRequest
Package
Description
-
Uses of OAuth2AuthorizedClientEntityCleanupRequest in com.broadleafcommerce.auth.client.provider.jpa.repository
Methods in com.broadleafcommerce.auth.client.provider.jpa.repository with parameters of type OAuth2AuthorizedClientEntityCleanupRequestModifier and TypeMethodDescriptionJpaCustomizedOAuth2AuthorizedClientEntityRepository.cleanupOutdatedEntities
(OAuth2AuthorizedClientEntityCleanupRequest request) -
Uses of OAuth2AuthorizedClientEntityCleanupRequest in com.broadleafcommerce.auth.client.repository
Methods in com.broadleafcommerce.auth.client.repository with parameters of type OAuth2AuthorizedClientEntityCleanupRequestModifier and TypeMethodDescriptionCustomizedOAuth2AuthorizedClientEntityRepository.cleanupOutdatedEntities
(OAuth2AuthorizedClientEntityCleanupRequest request) Deletes outdated entities as specified byrequest
. -
Uses of OAuth2AuthorizedClientEntityCleanupRequest in com.broadleafcommerce.auth.client.service
Methods in com.broadleafcommerce.auth.client.service that return OAuth2AuthorizedClientEntityCleanupRequestModifier and TypeMethodDescriptionDefaultOAuth2AuthorizedClientEntityCleanupServices.buildCleanupRequest
(OAuth2AuthorizedClientEntityCleanupResponse lastResponse) Methods in com.broadleafcommerce.auth.client.service with parameters of type OAuth2AuthorizedClientEntityCleanupRequestModifier and TypeMethodDescriptionDefaultOAuth2AuthorizedClientEntityService.cleanupOutdatedEntities
(OAuth2AuthorizedClientEntityCleanupRequest request) OAuth2AuthorizedClientEntityService.cleanupOutdatedEntities
(OAuth2AuthorizedClientEntityCleanupRequest request) Deletes outdated entities as specified byrequest
.