public class CachedGroup extends AbstractRevisioned implements InRealm
Constructor and Description |
---|
CachedGroup(Long revision,
RealmModel realm,
GroupModel group) |
Modifier and Type | Method and Description |
---|---|
MultivaluedHashMap<String,String> |
getAttributes(Supplier<GroupModel> group) |
String |
getName() |
String |
getParentId() |
String |
getRealm() |
Set<String> |
getRoleMappings(Supplier<GroupModel> group) |
Set<String> |
getSubGroups(Supplier<GroupModel> group) |
getCacheTimestamp, getId, getRevision, setRevision
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getId, getRevision, setRevision
public CachedGroup(Long revision, RealmModel realm, GroupModel group)
public MultivaluedHashMap<String,String> getAttributes(Supplier<GroupModel> group)
public Set<String> getRoleMappings(Supplier<GroupModel> group)
public String getName()
public String getParentId()
public Set<String> getSubGroups(Supplier<GroupModel> group)
Copyright © 2021 JBoss by Red Hat. All rights reserved.