public class ClientRepresentation extends Object
Constructor and Description |
---|
ClientRepresentation() |
Modifier and Type | Method and Description |
---|---|
String |
getBaseUrl() |
String |
getClientId() |
String |
getClientName() |
ConsentRepresentation |
getConsent() |
String |
getDescription() |
String |
getEffectiveUrl() |
String |
getRootUrl() |
boolean |
isInUse() |
boolean |
isOfflineAccess() |
boolean |
isUserConsentRequired() |
void |
setBaseUrl(String baseUrl) |
void |
setClientId(String clientId) |
void |
setClientName(String clientName) |
void |
setConsent(ConsentRepresentation consent) |
void |
setDescription(String description) |
void |
setEffectiveUrl(String effectiveUrl) |
void |
setInUse(boolean inUse) |
void |
setOfflineAccess(boolean offlineAccess) |
void |
setRootUrl(String rootUrl) |
void |
setUserConsentRequired(boolean userConsentRequired) |
public String getClientId()
public void setClientId(String clientId)
public String getClientName()
public void setClientName(String clientName)
public String getDescription()
public void setDescription(String description)
public boolean isUserConsentRequired()
public void setUserConsentRequired(boolean userConsentRequired)
public boolean isInUse()
public void setInUse(boolean inUse)
public boolean isOfflineAccess()
public void setOfflineAccess(boolean offlineAccess)
public String getRootUrl()
public void setRootUrl(String rootUrl)
public String getBaseUrl()
public void setBaseUrl(String baseUrl)
public String getEffectiveUrl()
public void setEffectiveUrl(String effectiveUrl)
public ConsentRepresentation getConsent()
public void setConsent(ConsentRepresentation consent)
Copyright © 2021 JBoss by Red Hat. All rights reserved.