Class OAuth2AuthorizedClientEntityCleanupResponse
java.lang.Object
com.broadleafcommerce.auth.client.domain.cleanup.OAuth2AuthorizedClientEntityCleanupResponse
Contains output details about the result of
OAuth2AuthorizedClientEntityService.cleanupOutdatedEntities(OAuth2AuthorizedClientEntityCleanupRequest)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
OAuth2AuthorizedClientEntity.getAccessTokenIssuedAt()
of the last record that should have been updated in the batch.int
The number of records that were actually deleted during this batch processing.int
The number of records that were considered for deletion in this batch.int
hashCode()
void
setLastUpdatedAccessTokenIssuedAt
(Instant lastUpdatedAccessTokenIssuedAt) OAuth2AuthorizedClientEntity.getAccessTokenIssuedAt()
of the last record that should have been updated in the batch.void
setNumberOfRecordsCleaned
(int numberOfRecordsCleaned) The number of records that were actually deleted during this batch processing.void
setNumberOfRecordsProcessed
(int numberOfRecordsProcessed) The number of records that were considered for deletion in this batch.toString()
-
Constructor Details
-
OAuth2AuthorizedClientEntityCleanupResponse
public OAuth2AuthorizedClientEntityCleanupResponse()
-
-
Method Details
-
getLastUpdatedAccessTokenIssuedAt
OAuth2AuthorizedClientEntity.getAccessTokenIssuedAt()
of the last record that should have been updated in the batch. May be null if no record was updated. -
getNumberOfRecordsProcessed
public int getNumberOfRecordsProcessed()The number of records that were considered for deletion in this batch. -
getNumberOfRecordsCleaned
public int getNumberOfRecordsCleaned()The number of records that were actually deleted during this batch processing. -
setLastUpdatedAccessTokenIssuedAt
OAuth2AuthorizedClientEntity.getAccessTokenIssuedAt()
of the last record that should have been updated in the batch. May be null if no record was updated. -
setNumberOfRecordsProcessed
public void setNumberOfRecordsProcessed(int numberOfRecordsProcessed) The number of records that were considered for deletion in this batch. -
setNumberOfRecordsCleaned
public void setNumberOfRecordsCleaned(int numberOfRecordsCleaned) The number of records that were actually deleted during this batch processing. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-