public class ClientRepresentation extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
adminUrl |
protected Map<String,String> |
attributes |
protected String |
baseUrl |
protected Boolean |
bearerOnly |
protected String |
clientAuthenticatorType |
protected String |
clientId |
protected Boolean |
consentRequired |
protected String[] |
defaultRoles |
protected String |
description |
protected Boolean |
directGrantsOnly |
protected Boolean |
enabled |
protected Boolean |
frontchannelLogout |
protected Boolean |
fullScopeAllowed |
protected String |
id |
protected String |
name |
protected Integer |
nodeReRegistrationTimeout |
protected Integer |
notBefore |
protected String |
protocol |
protected List<ProtocolMapperRepresentation> |
protocolMappers |
protected Boolean |
publicClient |
protected List<String> |
redirectUris |
protected Map<String,Integer> |
registeredNodes |
protected String |
rootUrl |
protected String |
secret |
protected Boolean |
serviceAccountsEnabled |
protected Boolean |
surrogateAuthRequired |
protected List<String> |
webOrigins |
| Constructor and Description |
|---|
ClientRepresentation() |
protected String id
protected String clientId
protected String name
protected String description
protected String rootUrl
protected String adminUrl
protected String baseUrl
protected Boolean surrogateAuthRequired
protected Boolean enabled
protected String clientAuthenticatorType
protected String secret
protected String[] defaultRoles
protected Integer notBefore
protected Boolean bearerOnly
protected Boolean consentRequired
protected Boolean serviceAccountsEnabled
protected Boolean directGrantsOnly
protected Boolean publicClient
protected Boolean frontchannelLogout
protected String protocol
protected Boolean fullScopeAllowed
protected Integer nodeReRegistrationTimeout
protected List<ProtocolMapperRepresentation> protocolMappers
public String getId()
public void setId(String id)
public String getName()
public void setName(String name)
public String getDescription()
public void setDescription(String description)
public String getClientId()
public void setClientId(String clientId)
public Boolean isEnabled()
public void setEnabled(Boolean enabled)
public Boolean isSurrogateAuthRequired()
public void setSurrogateAuthRequired(Boolean surrogateAuthRequired)
public String getRootUrl()
public void setRootUrl(String rootUrl)
public String getAdminUrl()
public void setAdminUrl(String adminUrl)
public String getBaseUrl()
public void setBaseUrl(String baseUrl)
public String getClientAuthenticatorType()
public void setClientAuthenticatorType(String clientAuthenticatorType)
public String getSecret()
public void setSecret(String secret)
public String[] getDefaultRoles()
public void setDefaultRoles(String[] defaultRoles)
public Integer getNotBefore()
public void setNotBefore(Integer notBefore)
public Boolean isBearerOnly()
public void setBearerOnly(Boolean bearerOnly)
public Boolean isConsentRequired()
public void setConsentRequired(Boolean consentRequired)
public Boolean isServiceAccountsEnabled()
public void setServiceAccountsEnabled(Boolean serviceAccountsEnabled)
public Boolean isDirectGrantsOnly()
public void setDirectGrantsOnly(Boolean directGrantsOnly)
public Boolean isPublicClient()
public void setPublicClient(Boolean publicClient)
public Boolean isFullScopeAllowed()
public void setFullScopeAllowed(Boolean fullScopeAllowed)
public String getProtocol()
public void setProtocol(String protocol)
public Integer getNodeReRegistrationTimeout()
public void setNodeReRegistrationTimeout(Integer nodeReRegistrationTimeout)
public Boolean isFrontchannelLogout()
public void setFrontchannelLogout(Boolean frontchannelLogout)
public List<ProtocolMapperRepresentation> getProtocolMappers()
public void setProtocolMappers(List<ProtocolMapperRepresentation> protocolMappers)
Copyright © 2015 JBoss by Red Hat. All rights reserved.