Package org.keycloak.representations.idm
Class ClientTemplateRepresentation
- java.lang.Object
-
- org.keycloak.representations.idm.ClientTemplateRepresentation
-
@Deprecated public class ClientTemplateRepresentation extends Object
Deprecated.- Version:
- $Revision: 1 $
- Author:
- Bill Burke
-
-
Field Summary
Fields Modifier and Type Field Description protected Map<String,String>attributesDeprecated.protected BooleanbearerOnlyDeprecated.protected BooleanconsentRequiredDeprecated.protected StringdescriptionDeprecated.protected BooleandirectAccessGrantsEnabledDeprecated.protected BooleanfrontchannelLogoutDeprecated.protected BooleanfullScopeAllowedDeprecated.protected StringidDeprecated.protected BooleanimplicitFlowEnabledDeprecated.protected StringnameDeprecated.static StringNONEDeprecated.Use this value in ClientRepresentation.setClientTemplate when you want to clear this valueprotected StringprotocolDeprecated.protected List<ProtocolMapperRepresentation>protocolMappersDeprecated.protected BooleanpublicClientDeprecated.protected BooleanserviceAccountsEnabledDeprecated.protected BooleanstandardFlowEnabledDeprecated.
-
Constructor Summary
Constructors Constructor Description ClientTemplateRepresentation()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Map<String,String>getAttributes()Deprecated.StringgetDescription()Deprecated.StringgetId()Deprecated.StringgetName()Deprecated.StringgetProtocol()Deprecated.List<ProtocolMapperRepresentation>getProtocolMappers()Deprecated.BooleanisBearerOnly()Deprecated.BooleanisConsentRequired()Deprecated.BooleanisDirectAccessGrantsEnabled()Deprecated.BooleanisFrontchannelLogout()Deprecated.BooleanisFullScopeAllowed()Deprecated.BooleanisImplicitFlowEnabled()Deprecated.BooleanisPublicClient()Deprecated.BooleanisServiceAccountsEnabled()Deprecated.BooleanisStandardFlowEnabled()Deprecated.voidsetAttributes(Map<String,String> attributes)Deprecated.voidsetBearerOnly(Boolean bearerOnly)Deprecated.voidsetConsentRequired(Boolean consentRequired)Deprecated.voidsetDescription(String description)Deprecated.voidsetDirectAccessGrantsEnabled(Boolean directAccessGrantsEnabled)Deprecated.voidsetFrontchannelLogout(Boolean frontchannelLogout)Deprecated.voidsetFullScopeAllowed(Boolean fullScopeAllowed)Deprecated.voidsetId(String id)Deprecated.voidsetImplicitFlowEnabled(Boolean implicitFlowEnabled)Deprecated.voidsetName(String name)Deprecated.voidsetProtocol(String protocol)Deprecated.voidsetProtocolMappers(List<ProtocolMapperRepresentation> protocolMappers)Deprecated.voidsetPublicClient(Boolean publicClient)Deprecated.voidsetServiceAccountsEnabled(Boolean serviceAccountsEnabled)Deprecated.voidsetStandardFlowEnabled(Boolean standardFlowEnabled)Deprecated.
-
-
-
Field Detail
-
NONE
public static final String NONE
Deprecated.Use this value in ClientRepresentation.setClientTemplate when you want to clear this value- See Also:
- Constant Field Values
-
id
protected String id
Deprecated.
-
name
protected String name
Deprecated.
-
description
protected String description
Deprecated.
-
protocol
protected String protocol
Deprecated.
-
fullScopeAllowed
protected Boolean fullScopeAllowed
Deprecated.
-
bearerOnly
protected Boolean bearerOnly
Deprecated.
-
consentRequired
protected Boolean consentRequired
Deprecated.
-
standardFlowEnabled
protected Boolean standardFlowEnabled
Deprecated.
-
implicitFlowEnabled
protected Boolean implicitFlowEnabled
Deprecated.
-
directAccessGrantsEnabled
protected Boolean directAccessGrantsEnabled
Deprecated.
-
serviceAccountsEnabled
protected Boolean serviceAccountsEnabled
Deprecated.
-
publicClient
protected Boolean publicClient
Deprecated.
-
frontchannelLogout
protected Boolean frontchannelLogout
Deprecated.
-
protocolMappers
protected List<ProtocolMapperRepresentation> protocolMappers
Deprecated.
-
-
Method Detail
-
getId
public String getId()
Deprecated.
-
setId
public void setId(String id)
Deprecated.
-
getName
public String getName()
Deprecated.
-
setName
public void setName(String name)
Deprecated.
-
getDescription
public String getDescription()
Deprecated.
-
setDescription
public void setDescription(String description)
Deprecated.
-
getProtocolMappers
public List<ProtocolMapperRepresentation> getProtocolMappers()
Deprecated.
-
setProtocolMappers
public void setProtocolMappers(List<ProtocolMapperRepresentation> protocolMappers)
Deprecated.
-
getProtocol
public String getProtocol()
Deprecated.
-
setProtocol
public void setProtocol(String protocol)
Deprecated.
-
isFullScopeAllowed
public Boolean isFullScopeAllowed()
Deprecated.
-
setFullScopeAllowed
public void setFullScopeAllowed(Boolean fullScopeAllowed)
Deprecated.
-
isBearerOnly
public Boolean isBearerOnly()
Deprecated.
-
setBearerOnly
public void setBearerOnly(Boolean bearerOnly)
Deprecated.
-
isConsentRequired
public Boolean isConsentRequired()
Deprecated.
-
setConsentRequired
public void setConsentRequired(Boolean consentRequired)
Deprecated.
-
isStandardFlowEnabled
public Boolean isStandardFlowEnabled()
Deprecated.
-
setStandardFlowEnabled
public void setStandardFlowEnabled(Boolean standardFlowEnabled)
Deprecated.
-
isImplicitFlowEnabled
public Boolean isImplicitFlowEnabled()
Deprecated.
-
setImplicitFlowEnabled
public void setImplicitFlowEnabled(Boolean implicitFlowEnabled)
Deprecated.
-
isDirectAccessGrantsEnabled
public Boolean isDirectAccessGrantsEnabled()
Deprecated.
-
setDirectAccessGrantsEnabled
public void setDirectAccessGrantsEnabled(Boolean directAccessGrantsEnabled)
Deprecated.
-
isServiceAccountsEnabled
public Boolean isServiceAccountsEnabled()
Deprecated.
-
setServiceAccountsEnabled
public void setServiceAccountsEnabled(Boolean serviceAccountsEnabled)
Deprecated.
-
isPublicClient
public Boolean isPublicClient()
Deprecated.
-
setPublicClient
public void setPublicClient(Boolean publicClient)
Deprecated.
-
isFrontchannelLogout
public Boolean isFrontchannelLogout()
Deprecated.
-
setFrontchannelLogout
public void setFrontchannelLogout(Boolean frontchannelLogout)
Deprecated.
-
-