Package org.bremersee.keycloak.api.model
Class ClientTemplateRepresentation
java.lang.Object
org.bremersee.keycloak.api.model.ClientTemplateRepresentation
@Deprecated
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
date="2026-08-17T22:40:45.221551766+02:00[Europe/Berlin]",
comments="Generator version: 7.24.0")
public class ClientTemplateRepresentation
extends Object
Deprecated.
ClientTemplateRepresentation
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddProtocolMappersItem(ProtocolMapperRepresentation protocolMappersItem) Deprecated.attributes(Map<String, String> attributes) Deprecated.bearerOnly(Boolean bearerOnly) Deprecated.consentRequired(Boolean consentRequired) Deprecated.description(String description) Deprecated.directAccessGrantsEnabled(Boolean directAccessGrantsEnabled) Deprecated.booleanDeprecated.frontchannelLogout(Boolean frontchannelLogout) Deprecated.fullScopeAllowed(Boolean fullScopeAllowed) Deprecated.Deprecated.Get attributesDeprecated.Get bearerOnlyDeprecated.Get consentRequiredDeprecated.Get descriptionDeprecated.Get directAccessGrantsEnabledDeprecated.Get frontchannelLogoutDeprecated.Get fullScopeAllowedgetId()Deprecated.Get idDeprecated.Get implicitFlowEnabledgetName()Deprecated.Get nameDeprecated.Get protocol@Valid List<@Valid ProtocolMapperRepresentation> Deprecated.Get protocolMappersDeprecated.Get publicClientDeprecated.Get serviceAccountsEnabledDeprecated.Get standardFlowEnabledinthashCode()Deprecated.Deprecated.implicitFlowEnabled(Boolean implicitFlowEnabled) Deprecated.Deprecated.Deprecated.protocolMappers(List<@Valid ProtocolMapperRepresentation> protocolMappers) Deprecated.publicClient(Boolean publicClient) Deprecated.putAttributesItem(String key, String attributesItem) Deprecated.serviceAccountsEnabled(Boolean serviceAccountsEnabled) 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.voidDeprecated.voidsetImplicitFlowEnabled(Boolean implicitFlowEnabled) Deprecated.voidDeprecated.voidsetProtocol(String protocol) Deprecated.voidsetProtocolMappers(List<@Valid ProtocolMapperRepresentation> protocolMappers) Deprecated.voidsetPublicClient(Boolean publicClient) Deprecated.voidsetServiceAccountsEnabled(Boolean serviceAccountsEnabled) Deprecated.voidsetStandardFlowEnabled(Boolean standardFlowEnabled) Deprecated.standardFlowEnabled(Boolean standardFlowEnabled) Deprecated.toString()Deprecated.
-
Constructor Details
-
ClientTemplateRepresentation
public ClientTemplateRepresentation()Deprecated.
-
-
Method Details
-
id
Deprecated. -
getId
Deprecated.Get id- Returns:
- id
-
setId
Deprecated. -
name
Deprecated. -
getName
Deprecated.Get name- Returns:
- name
-
setName
Deprecated. -
description
Deprecated. -
getDescription
Deprecated.Get description- Returns:
- description
-
setDescription
Deprecated. -
protocol
Deprecated. -
getProtocol
Deprecated.Get protocol- Returns:
- protocol
-
setProtocol
Deprecated. -
fullScopeAllowed
Deprecated. -
getFullScopeAllowed
Deprecated.Get fullScopeAllowed- Returns:
- fullScopeAllowed
-
setFullScopeAllowed
Deprecated. -
bearerOnly
Deprecated. -
getBearerOnly
Deprecated.Get bearerOnly- Returns:
- bearerOnly
-
setBearerOnly
Deprecated. -
consentRequired
Deprecated. -
getConsentRequired
Deprecated.Get consentRequired- Returns:
- consentRequired
-
setConsentRequired
Deprecated. -
standardFlowEnabled
Deprecated. -
getStandardFlowEnabled
Deprecated.Get standardFlowEnabled- Returns:
- standardFlowEnabled
-
setStandardFlowEnabled
Deprecated. -
implicitFlowEnabled
Deprecated. -
getImplicitFlowEnabled
Deprecated.Get implicitFlowEnabled- Returns:
- implicitFlowEnabled
-
setImplicitFlowEnabled
Deprecated. -
directAccessGrantsEnabled
public ClientTemplateRepresentation directAccessGrantsEnabled(@Nullable Boolean directAccessGrantsEnabled) Deprecated. -
getDirectAccessGrantsEnabled
Deprecated.Get directAccessGrantsEnabled- Returns:
- directAccessGrantsEnabled
-
setDirectAccessGrantsEnabled
Deprecated. -
serviceAccountsEnabled
public ClientTemplateRepresentation serviceAccountsEnabled(@Nullable Boolean serviceAccountsEnabled) Deprecated. -
getServiceAccountsEnabled
Deprecated.Get serviceAccountsEnabled- Returns:
- serviceAccountsEnabled
-
setServiceAccountsEnabled
Deprecated. -
publicClient
Deprecated. -
getPublicClient
Deprecated.Get publicClient- Returns:
- publicClient
-
setPublicClient
Deprecated. -
frontchannelLogout
Deprecated. -
getFrontchannelLogout
Deprecated.Get frontchannelLogout- Returns:
- frontchannelLogout
-
setFrontchannelLogout
Deprecated. -
attributes
Deprecated. -
putAttributesItem
Deprecated. -
getAttributes
Deprecated.Get attributes- Returns:
- attributes
-
setAttributes
Deprecated. -
protocolMappers
public ClientTemplateRepresentation protocolMappers(List<@Valid ProtocolMapperRepresentation> protocolMappers) Deprecated. -
addProtocolMappersItem
public ClientTemplateRepresentation addProtocolMappersItem(ProtocolMapperRepresentation protocolMappersItem) Deprecated. -
getProtocolMappers
Deprecated.Get protocolMappers- Returns:
- protocolMappers
-
setProtocolMappers
Deprecated. -
equals
Deprecated. -
hashCode
public int hashCode()Deprecated. -
toString
Deprecated.
-