public class Application extends Object
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.
AuthorizedClientService.findApplicationClient(String,
String)
,
AuthorizedClient.getServerId()
,
AuthorizedClient.getApplicationId()
Constructor and Description |
---|
Application() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getCustomerContextId() |
String |
getId() |
String |
getIdentifierType() |
String |
getIdentifierValue() |
Instant |
getLastUpdated()
Indicates when this record was last updated.
|
String |
getTenantId() |
int |
hashCode() |
boolean |
isDeactivated() |
boolean |
isMarketplace() |
void |
setCustomerContextId(String customerContextId) |
void |
setDeactivated(boolean deactivated) |
void |
setId(String id) |
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) |
String |
toString() |
public String getId()
public String getIdentifierType()
Application.getIdentifierType()
public String getIdentifierValue()
Application.getIdentifierValue()
public boolean isDeactivated()
Application.isDeactivated()
public String getCustomerContextId()
Application.getCustomerContextId()
public String getTenantId()
Application.getTenantId()
public boolean isMarketplace()
Application.isMarketplace()
public Instant getLastUpdated()
public void setId(String id)
public void setIdentifierType(String identifierType)
Application.getIdentifierType()
public void setIdentifierValue(String identifierValue)
Application.getIdentifierValue()
public void setDeactivated(boolean deactivated)
Application.isDeactivated()
public void setCustomerContextId(String customerContextId)
Application.getCustomerContextId()
public void setTenantId(String tenantId)
Application.getTenantId()
public void setMarketplace(boolean isMarketplace)
Application.isMarketplace()
public void setLastUpdated(Instant lastUpdated)
protected boolean canEqual(Object other)
Copyright © 2021. All rights reserved.