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
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
getId()
Indicates when this record was last updated.int
hashCode()
boolean
boolean
void
setCustomerContextId
(String customerContextId) void
setDeactivated
(boolean deactivated) void
void
setIdentifierType
(String identifierType) void
setIdentifierValue
(String identifierValue) void
setLastUpdated
(Instant lastUpdated) Indicates when this record was last updated.void
setMarketplace
(boolean isMarketplace) void
setTenantId
(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()
-