public class CachedRole extends AbstractRevisioned implements InRealm
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
composite |
protected Set<String> |
composites |
protected String |
description |
protected String |
name |
protected String |
realm |
protected Boolean |
scopeParamRequired |
| Constructor and Description |
|---|
CachedRole(Long revision,
RoleModel model,
RealmModel realm) |
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getComposites() |
String |
getDescription() |
String |
getName() |
String |
getRealm() |
boolean |
isComposite() |
Boolean |
isScopeParamRequired() |
getId, getRevision, setRevisionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetId, getRevision, setRevisionprotected final String name
protected final String realm
protected final String description
protected final Boolean scopeParamRequired
protected final boolean composite
public CachedRole(Long revision, RoleModel model, RealmModel realm)
Copyright © 2016 JBoss by Red Hat. All rights reserved.