public class MapRoleEntity<K> extends Object implements AbstractEntity<K>
Modifier and Type | Field and Description |
---|---|
protected boolean |
updated
Flag signalizing that any of the setters has been meaningfully used.
|
Modifier | Constructor and Description |
---|---|
protected |
MapRoleEntity() |
|
MapRoleEntity(K id,
String realmId) |
Modifier and Type | Method and Description |
---|---|
void |
addCompositeRole(String roleId) |
Map<String,List<String>> |
getAttributes() |
String |
getClientId() |
Set<String> |
getCompositeRoles() |
String |
getDescription() |
K |
getId() |
String |
getName() |
String |
getRealmId() |
boolean |
isClientRole() |
boolean |
isComposite() |
boolean |
isUpdated()
Flag signalizing that any of the setters has been meaningfully used.
|
void |
removeAttribute(String name) |
void |
removeCompositeRole(String roleId) |
void |
setAttribute(String name,
List<String> values) |
void |
setAttributes(Map<String,List<String>> attributes) |
void |
setClientId(String clientId) |
void |
setClientRole(boolean clientRole) |
void |
setCompositeRoles(Set<String> compositeRoles) |
void |
setDescription(String description) |
void |
setName(String name) |
void |
setRealmId(String realmId) |
protected boolean updated
public K getId()
getId
in interface AbstractEntity<K>
public boolean isUpdated()
UpdatableEntity
isUpdated
in interface UpdatableEntity
public String getName()
public void setName(String name)
public String getDescription()
public void setDescription(String description)
public void removeAttribute(String name)
public String getRealmId()
public void setRealmId(String realmId)
public boolean isClientRole()
public void setClientRole(boolean clientRole)
public boolean isComposite()
public String getClientId()
public void setClientId(String clientId)
public void addCompositeRole(String roleId)
public void removeCompositeRole(String roleId)
Copyright © 2021 JBoss by Red Hat. All rights reserved.