public class RoleRepresentation extends Object
Modifier and Type | Class and Description |
---|---|
static class |
RoleRepresentation.Composites |
Modifier and Type | Field and Description |
---|---|
protected Map<String,List<String>> |
attributes |
protected boolean |
composite |
protected RoleRepresentation.Composites |
composites |
protected String |
description |
protected String |
id |
protected String |
name |
protected Boolean |
scopeParamRequired
Deprecated.
|
Constructor and Description |
---|
RoleRepresentation() |
RoleRepresentation(String name,
String description,
boolean scopeParamRequired) |
Modifier and Type | Method and Description |
---|---|
Map<String,List<String>> |
getAttributes() |
Boolean |
getClientRole() |
RoleRepresentation.Composites |
getComposites() |
String |
getContainerId() |
String |
getDescription() |
String |
getId() |
String |
getName() |
boolean |
isComposite() |
Boolean |
isScopeParamRequired()
Deprecated.
|
void |
setAttributes(Map<String,List<String>> attributes) |
void |
setClientRole(Boolean clientRole) |
void |
setComposite(boolean composite) |
void |
setComposites(RoleRepresentation.Composites composites) |
void |
setContainerId(String containerId) |
void |
setDescription(String description) |
void |
setId(String id) |
void |
setName(String name) |
RoleRepresentation |
singleAttribute(String name,
String value) |
String |
toString() |
protected String id
protected String name
protected String description
@Deprecated protected Boolean scopeParamRequired
protected boolean composite
protected RoleRepresentation.Composites composites
public String getId()
public void setId(String id)
public String getName()
public void setName(String name)
public String getDescription()
public void setDescription(String description)
@Deprecated public Boolean isScopeParamRequired()
public RoleRepresentation.Composites getComposites()
public void setComposites(RoleRepresentation.Composites composites)
public boolean isComposite()
public void setComposite(boolean composite)
public Boolean getClientRole()
public void setClientRole(Boolean clientRole)
public String getContainerId()
public void setContainerId(String containerId)
public RoleRepresentation singleAttribute(String name, String value)
Copyright © 2019 JBoss by Red Hat. All rights reserved.