Class Application
java.lang.Object
com.broadleafcommerce.auth.tenant.domain.Application
Projection domain representing a subset of information provided by
 
Application. This domain is used
 to help with the creation of a whitelist of valid redirect uris that the OAuth system will
 accept.
 
 In addition, we store the customerContextId to handle persistence events received from
 Customer service. We require this value to retrieve the correct
 AuthorizationServer to assign a newly created
 customer.
- Author:
- Jeff Fischer
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected booleanbooleangetId()Indicates when this record was last updated.inthashCode()booleanbooleanvoidsetCustomerContextId(String customerContextId) voidsetDeactivated(boolean deactivated) voidvoidsetIdentifierType(String identifierType) voidsetIdentifierValue(String identifierValue) voidsetLastUpdated(Instant lastUpdated) Indicates when this record was last updated.voidsetMarketplace(boolean isMarketplace) voidsetTenantId(String tenantId) toString()
- 
Constructor Details- 
Applicationpublic Application()
 
- 
- 
Method Details- 
getId
- 
getIdentifierType- See Also:
- 
- Application.getIdentifierType()
 
 
- 
getIdentifierValue- See Also:
- 
- Application.getIdentifierValue()
 
 
- 
isDeactivatedpublic boolean isDeactivated()- See Also:
- 
- Application.isDeactivated()
 
 
- 
getCustomerContextId- See Also:
- 
- Application.getCustomerContextId()
 
 
- 
getTenantId- See Also:
- 
- Application.getTenantId()
 
 
- 
isMarketplacepublic boolean isMarketplace()- See Also:
- 
- Application.isMarketplace()
 
 
- 
getLastUpdatedIndicates when this record was last updated.
- 
setId
- 
setIdentifierType- See Also:
- 
- Application.getIdentifierType()
 
 
- 
setIdentifierValue- See Also:
- 
- Application.getIdentifierValue()
 
 
- 
setDeactivatedpublic void setDeactivated(boolean deactivated) - See Also:
- 
- Application.isDeactivated()
 
 
- 
setCustomerContextId- See Also:
- 
- Application.getCustomerContextId()
 
 
- 
setTenantId- See Also:
- 
- Application.getTenantId()
 
 
- 
setMarketplacepublic void setMarketplace(boolean isMarketplace) - See Also:
- 
- Application.isMarketplace()
 
 
- 
setLastUpdatedIndicates when this record was last updated.
- 
toString
- 
equals
- 
canEqual
- 
hashCodepublic int hashCode()
 
-