Package org.bremersee.keycloak.api.model
Class RoleRepresentation
java.lang.Object
org.bremersee.keycloak.api.model.RoleRepresentation
@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 RoleRepresentation
extends Object
RoleRepresentation
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionattributes(Map<String, List<String>> attributes) clientRole(Boolean clientRole) composites(Composites composites) containerId(String containerId) description(String description) booleanGet attributesGet clientRoleGet composite@Valid CompositesGet compositesGet containerIdGet descriptiongetId()Get idgetName()Get nameDeprecated.inthashCode()putAttributesItem(String key, List<String> attributesItem) scopeParamRequired(Boolean scopeParamRequired) voidsetAttributes(Map<String, List<String>> attributes) voidsetClientRole(Boolean clientRole) voidsetComposite(Boolean composite) voidsetComposites(Composites composites) voidsetContainerId(String containerId) voidsetDescription(String description) voidvoidvoidsetScopeParamRequired(Boolean scopeParamRequired) Deprecated.toString()
-
Constructor Details
-
RoleRepresentation
public RoleRepresentation()
-
-
Method Details
-
id
-
getId
Get id- Returns:
- id
-
setId
-
name
-
getName
Get name- Returns:
- name
-
setName
-
description
-
getDescription
Get description- Returns:
- description
-
setDescription
-
scopeParamRequired
-
getScopeParamRequired
Deprecated.Get scopeParamRequired- Returns:
- scopeParamRequired
-
setScopeParamRequired
Deprecated. -
composite
-
getComposite
Get composite- Returns:
- composite
-
setComposite
-
composites
-
getComposites
Get composites- Returns:
- composites
-
setComposites
-
clientRole
-
getClientRole
Get clientRole- Returns:
- clientRole
-
setClientRole
-
containerId
-
getContainerId
Get containerId- Returns:
- containerId
-
setContainerId
-
attributes
-
putAttributesItem
-
getAttributes
Get attributes- Returns:
- attributes
-
setAttributes
-
equals
-
hashCode
public int hashCode() -
toString
-