Package org.bremersee.keycloak.api.model
Class ClientScopeRepresentation
java.lang.Object
org.bremersee.keycloak.api.model.ClientScopeRepresentation
@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 ClientScopeRepresentation
extends Object
ClientScopeRepresentation
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddProtocolMappersItem(ProtocolMapperRepresentation protocolMappersItem) attributes(Map<String, String> attributes) description(String description) booleanGet attributesGet descriptiongetId()Get idgetName()Get nameGet protocol@Valid List<@Valid ProtocolMapperRepresentation> Get protocolMappersinthashCode()protocolMappers(List<@Valid ProtocolMapperRepresentation> protocolMappers) putAttributesItem(String key, String attributesItem) voidsetAttributes(Map<String, String> attributes) voidsetDescription(String description) voidvoidvoidsetProtocol(String protocol) voidsetProtocolMappers(List<@Valid ProtocolMapperRepresentation> protocolMappers) toString()
-
Constructor Details
-
ClientScopeRepresentation
public ClientScopeRepresentation()
-
-
Method Details
-
id
-
getId
Get id- Returns:
- id
-
setId
-
name
-
getName
Get name- Returns:
- name
-
setName
-
description
-
getDescription
Get description- Returns:
- description
-
setDescription
-
protocol
-
getProtocol
Get protocol- Returns:
- protocol
-
setProtocol
-
attributes
-
putAttributesItem
-
getAttributes
Get attributes- Returns:
- attributes
-
setAttributes
-
protocolMappers
public ClientScopeRepresentation protocolMappers(List<@Valid ProtocolMapperRepresentation> protocolMappers) -
addProtocolMappersItem
public ClientScopeRepresentation addProtocolMappersItem(ProtocolMapperRepresentation protocolMappersItem) -
getProtocolMappers
Get protocolMappers- Returns:
- protocolMappers
-
setProtocolMappers
-
equals
-
hashCode
public int hashCode() -
toString
-