public class ClientTemplateRepresentation extends Object
Modifier and Type | Field and Description |
---|---|
protected Map<String,String> |
attributes |
protected Boolean |
bearerOnly |
protected Boolean |
consentRequired |
protected String |
description |
protected Boolean |
directAccessGrantsEnabled |
protected Boolean |
frontchannelLogout |
protected Boolean |
fullScopeAllowed |
protected String |
id |
protected Boolean |
implicitFlowEnabled |
protected String |
name |
static String |
NONE
Use this value in ClientRepresentation.setClientTemplate when you want to clear this value
|
protected String |
protocol |
protected List<ProtocolMapperRepresentation> |
protocolMappers |
protected Boolean |
publicClient |
protected Boolean |
serviceAccountsEnabled |
protected Boolean |
standardFlowEnabled |
Constructor and Description |
---|
ClientTemplateRepresentation() |
public static final String NONE
protected String id
protected String name
protected String description
protected String protocol
protected Boolean fullScopeAllowed
protected Boolean bearerOnly
protected Boolean consentRequired
protected Boolean standardFlowEnabled
protected Boolean implicitFlowEnabled
protected Boolean directAccessGrantsEnabled
protected Boolean serviceAccountsEnabled
protected Boolean publicClient
protected Boolean frontchannelLogout
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 List<ProtocolMapperRepresentation> getProtocolMappers()
public void setProtocolMappers(List<ProtocolMapperRepresentation> protocolMappers)
public String getProtocol()
public void setProtocol(String protocol)
public Boolean isFullScopeAllowed()
public void setFullScopeAllowed(Boolean fullScopeAllowed)
public Boolean isBearerOnly()
public void setBearerOnly(Boolean bearerOnly)
public Boolean isConsentRequired()
public void setConsentRequired(Boolean consentRequired)
public Boolean isStandardFlowEnabled()
public void setStandardFlowEnabled(Boolean standardFlowEnabled)
public Boolean isImplicitFlowEnabled()
public void setImplicitFlowEnabled(Boolean implicitFlowEnabled)
public Boolean isDirectAccessGrantsEnabled()
public void setDirectAccessGrantsEnabled(Boolean directAccessGrantsEnabled)
public Boolean isServiceAccountsEnabled()
public void setServiceAccountsEnabled(Boolean serviceAccountsEnabled)
public Boolean isPublicClient()
public void setPublicClient(Boolean publicClient)
public Boolean isFrontchannelLogout()
public void setFrontchannelLogout(Boolean frontchannelLogout)
Copyright © 2016 JBoss by Red Hat. All rights reserved.