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 |
Constructor and Description |
---|
CachedRole(Long revision,
RoleModel model,
RealmModel realm) |
Modifier and Type | Method and Description |
---|---|
MultivaluedHashMap<String,String> |
getAttributes(Supplier<RoleModel> roleModel) |
Set<String> |
getComposites() |
String |
getDescription() |
String |
getName() |
String |
getRealm() |
boolean |
isComposite() |
getCacheTimestamp, getId, getRevision, setRevision
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getId, getRevision, setRevision
protected final String name
protected final String realm
protected final String description
protected final boolean composite
public CachedRole(Long revision, RoleModel model, RealmModel realm)
Copyright © 2020 JBoss by Red Hat. All rights reserved.