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 Summary
Constructors -
Method Summary
Modifier 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
-
Application
public Application()
-
-
Method Details
-
getId
-
getIdentifierType
- See Also:
-
Application.getIdentifierType()
-
getIdentifierValue
- See Also:
-
Application.getIdentifierValue()
-
isDeactivated
public boolean isDeactivated()- See Also:
-
Application.isDeactivated()
-
getCustomerContextId
- See Also:
-
Application.getCustomerContextId()
-
getTenantId
- See Also:
-
Application.getTenantId()
-
isMarketplace
public boolean isMarketplace()- See Also:
-
Application.isMarketplace()
-
getLastUpdated
Indicates when this record was last updated. -
setId
-
setIdentifierType
- See Also:
-
Application.getIdentifierType()
-
setIdentifierValue
- See Also:
-
Application.getIdentifierValue()
-
setDeactivated
public void setDeactivated(boolean deactivated) - See Also:
-
Application.isDeactivated()
-
setCustomerContextId
- See Also:
-
Application.getCustomerContextId()
-
setTenantId
- See Also:
-
Application.getTenantId()
-
setMarketplace
public void setMarketplace(boolean isMarketplace) - See Also:
-
Application.isMarketplace()
-
setLastUpdated
Indicates when this record was last updated. -
toString
-
equals
-
canEqual
-
hashCode
public int hashCode()
-