Package org.keycloak.representations.idm
Class RoleRepresentation
java.lang.Object
org.keycloak.representations.idm.RoleRepresentation
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected booleanprotected RoleRepresentation.Compositesprotected Stringprotected Stringprotected Stringprotected BooleanDeprecated. -
Constructor Summary
ConstructorsConstructorDescriptionRoleRepresentation(String name, String description, boolean scopeParamRequired) -
Method Summary
Modifier and TypeMethodDescriptionbooleangetId()getName()inthashCode()booleanDeprecated.voidsetAttributes(Map<String, List<String>> attributes) voidsetClientRole(Boolean clientRole) voidsetComposite(boolean composite) voidsetComposites(RoleRepresentation.Composites composites) voidsetContainerId(String containerId) voidsetDescription(String description) voidvoidsingleAttribute(String name, String value) toString()
-
Field Details
-
id
-
name
-
description
-
scopeParamRequired
Deprecated. -
composite
protected boolean composite -
composites
-
attributes
-
-
Constructor Details
-
RoleRepresentation
public RoleRepresentation() -
RoleRepresentation
-
-
Method Details
-
getId
-
setId
-
getName
-
setName
-
getDescription
-
setDescription
-
isScopeParamRequired
Deprecated. -
getComposites
-
setComposites
-
toString
-
isComposite
public boolean isComposite() -
setComposite
public void setComposite(boolean composite) -
getClientRole
-
setClientRole
-
getContainerId
-
setContainerId
-
getAttributes
-
setAttributes
-
singleAttribute
-
hashCode
public int hashCode() -
equals
-