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 SummaryFields 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 SummaryConstructors Constructor Description ClientTemplateRepresentation()Deprecated.
 - 
Method SummaryAll 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- 
NONEpublic static final String NONE Deprecated.Use this value in ClientRepresentation.setClientTemplate when you want to clear this value- See Also:
- Constant Field Values
 
 - 
idprotected String id Deprecated.
 - 
nameprotected String name Deprecated.
 - 
descriptionprotected String description Deprecated.
 - 
protocolprotected String protocol Deprecated.
 - 
fullScopeAllowedprotected Boolean fullScopeAllowed Deprecated.
 - 
bearerOnlyprotected Boolean bearerOnly Deprecated.
 - 
consentRequiredprotected Boolean consentRequired Deprecated.
 - 
standardFlowEnabledprotected Boolean standardFlowEnabled Deprecated.
 - 
implicitFlowEnabledprotected Boolean implicitFlowEnabled Deprecated.
 - 
directAccessGrantsEnabledprotected Boolean directAccessGrantsEnabled Deprecated.
 - 
serviceAccountsEnabledprotected Boolean serviceAccountsEnabled Deprecated.
 - 
publicClientprotected Boolean publicClient Deprecated.
 - 
frontchannelLogoutprotected Boolean frontchannelLogout Deprecated.
 - 
protocolMappersprotected List<ProtocolMapperRepresentation> protocolMappers Deprecated.
 
- 
 - 
Method Detail- 
getIdpublic String getId() Deprecated.
 - 
setIdpublic void setId(String id) Deprecated.
 - 
getNamepublic String getName() Deprecated.
 - 
setNamepublic void setName(String name) Deprecated.
 - 
getDescriptionpublic String getDescription() Deprecated.
 - 
setDescriptionpublic void setDescription(String description) Deprecated.
 - 
getProtocolMapperspublic List<ProtocolMapperRepresentation> getProtocolMappers() Deprecated.
 - 
setProtocolMapperspublic void setProtocolMappers(List<ProtocolMapperRepresentation> protocolMappers) Deprecated.
 - 
getProtocolpublic String getProtocol() Deprecated.
 - 
setProtocolpublic void setProtocol(String protocol) Deprecated.
 - 
isFullScopeAllowedpublic Boolean isFullScopeAllowed() Deprecated.
 - 
setFullScopeAllowedpublic void setFullScopeAllowed(Boolean fullScopeAllowed) Deprecated.
 - 
isBearerOnlypublic Boolean isBearerOnly() Deprecated.
 - 
setBearerOnlypublic void setBearerOnly(Boolean bearerOnly) Deprecated.
 - 
isConsentRequiredpublic Boolean isConsentRequired() Deprecated.
 - 
setConsentRequiredpublic void setConsentRequired(Boolean consentRequired) Deprecated.
 - 
isStandardFlowEnabledpublic Boolean isStandardFlowEnabled() Deprecated.
 - 
setStandardFlowEnabledpublic void setStandardFlowEnabled(Boolean standardFlowEnabled) Deprecated.
 - 
isImplicitFlowEnabledpublic Boolean isImplicitFlowEnabled() Deprecated.
 - 
setImplicitFlowEnabledpublic void setImplicitFlowEnabled(Boolean implicitFlowEnabled) Deprecated.
 - 
isDirectAccessGrantsEnabledpublic Boolean isDirectAccessGrantsEnabled() Deprecated.
 - 
setDirectAccessGrantsEnabledpublic void setDirectAccessGrantsEnabled(Boolean directAccessGrantsEnabled) Deprecated.
 - 
isServiceAccountsEnabledpublic Boolean isServiceAccountsEnabled() Deprecated.
 - 
setServiceAccountsEnabledpublic void setServiceAccountsEnabled(Boolean serviceAccountsEnabled) Deprecated.
 - 
isPublicClientpublic Boolean isPublicClient() Deprecated.
 - 
setPublicClientpublic void setPublicClient(Boolean publicClient) Deprecated.
 - 
isFrontchannelLogoutpublic Boolean isFrontchannelLogout() Deprecated.
 - 
setFrontchannelLogoutpublic void setFrontchannelLogout(Boolean frontchannelLogout) Deprecated.
 
- 
 
-