Uses of Class
com.broadleafcommerce.auth.client.domain.cleanup.OAuth2AuthorizedClientEntityCleanupResponse
Packages that use OAuth2AuthorizedClientEntityCleanupResponse
Package
Description
-
Uses of OAuth2AuthorizedClientEntityCleanupResponse in com.broadleafcommerce.auth.client.domain.cleanup
Methods in com.broadleafcommerce.auth.client.domain.cleanup that return OAuth2AuthorizedClientEntityCleanupResponseModifier and TypeMethodDescriptionOAuth2AuthorizedClientEntityCleanupRequest.getLastUpdatedResponse()
Contains the response received from the last execution ofOAuth2AuthorizedClientEntityService.cleanupOutdatedEntities(OAuth2AuthorizedClientEntityCleanupRequest)
in a particular batch sequence.Methods in com.broadleafcommerce.auth.client.domain.cleanup with parameters of type OAuth2AuthorizedClientEntityCleanupResponseModifier and TypeMethodDescriptionvoid
OAuth2AuthorizedClientEntityCleanupRequest.setLastUpdatedResponse
(OAuth2AuthorizedClientEntityCleanupResponse lastUpdatedResponse) Contains the response received from the last execution ofOAuth2AuthorizedClientEntityService.cleanupOutdatedEntities(OAuth2AuthorizedClientEntityCleanupRequest)
in a particular batch sequence. -
Uses of OAuth2AuthorizedClientEntityCleanupResponse in com.broadleafcommerce.auth.client.provider.jpa.repository
Methods in com.broadleafcommerce.auth.client.provider.jpa.repository that return OAuth2AuthorizedClientEntityCleanupResponseModifier and TypeMethodDescriptionJpaCustomizedOAuth2AuthorizedClientEntityRepository.cleanupOutdatedEntities
(OAuth2AuthorizedClientEntityCleanupRequest request) -
Uses of OAuth2AuthorizedClientEntityCleanupResponse in com.broadleafcommerce.auth.client.repository
Methods in com.broadleafcommerce.auth.client.repository that return OAuth2AuthorizedClientEntityCleanupResponseModifier and TypeMethodDescriptionCustomizedOAuth2AuthorizedClientEntityRepository.cleanupOutdatedEntities
(OAuth2AuthorizedClientEntityCleanupRequest request) Deletes outdated entities as specified byrequest
. -
Uses of OAuth2AuthorizedClientEntityCleanupResponse in com.broadleafcommerce.auth.client.service
Methods in com.broadleafcommerce.auth.client.service that return OAuth2AuthorizedClientEntityCleanupResponseModifier and TypeMethodDescriptionDefaultOAuth2AuthorizedClientEntityService.cleanupOutdatedEntities
(OAuth2AuthorizedClientEntityCleanupRequest request) OAuth2AuthorizedClientEntityService.cleanupOutdatedEntities
(OAuth2AuthorizedClientEntityCleanupRequest request) Deletes outdated entities as specified byrequest
.DefaultOAuth2AuthorizedClientEntityCleanupServices.getLastEndingResponse()
Contains the response received from the last execution ofDefaultOAuth2AuthorizedClientEntityCleanupServices.cleanup()
(if executed).Methods in com.broadleafcommerce.auth.client.service with parameters of type OAuth2AuthorizedClientEntityCleanupResponseModifier and TypeMethodDescriptionDefaultOAuth2AuthorizedClientEntityCleanupServices.buildCleanupRequest
(OAuth2AuthorizedClientEntityCleanupResponse lastResponse)