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() |
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 |
setInUse(boolean inUse) |
void |
setOfflineAccess(boolean offlineAccess) |
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 getBaseUrl()
public void setBaseUrl(String baseUrl)
public ConsentRepresentation getConsent()
public void setConsent(ConsentRepresentation consent)
Copyright © 2020 JBoss by Red Hat. All rights reserved.