public class CachedRole extends Object
Modifier and Type | Field and Description |
---|---|
protected boolean |
composite |
protected Set<String> |
composites |
protected String |
description |
protected String |
id |
protected String |
name |
protected String |
realm |
Constructor and Description |
---|
CachedRole(RoleModel model,
RealmModel realm) |
Modifier and Type | Method and Description |
---|---|
Set<String> |
getComposites() |
String |
getDescription() |
String |
getId() |
String |
getName() |
String |
getRealm() |
boolean |
isComposite() |
Copyright © 2015. All Rights Reserved.