Class CachedGroup
- java.lang.Object
- 
- org.keycloak.models.cache.infinispan.entities.AbstractRevisioned
- 
- org.keycloak.models.cache.infinispan.entities.CachedGroup
 
 
- 
- All Implemented Interfaces:
- Serializable,- CachedObject,- InRealm,- Revisioned
 
 public class CachedGroup extends AbstractRevisioned implements InRealm - Version:
- $Revision: 1 $
- Author:
- Bill Burke
- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description CachedGroup(Long revision, RealmModel realm, GroupModel group)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description MultivaluedHashMap<String,String>getAttributes(Supplier<GroupModel> group)StringgetName()StringgetParentId()StringgetRealm()Set<String>getRoleMappings(Supplier<GroupModel> group)Set<String>getSubGroups(Supplier<GroupModel> group)- 
Methods inherited from class org.keycloak.models.cache.infinispan.entities.AbstractRevisionedgetCacheTimestamp, getId, getRevision, setRevision
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface org.keycloak.models.cache.infinispan.entities.RevisionedgetId, getRevision, setRevision
 
- 
 
- 
- 
- 
Constructor Detail- 
CachedGrouppublic CachedGroup(Long revision, RealmModel realm, GroupModel group) 
 
- 
 - 
Method Detail- 
getAttributespublic MultivaluedHashMap<String,String> getAttributes(Supplier<GroupModel> group) 
 - 
getRoleMappingspublic Set<String> getRoleMappings(Supplier<GroupModel> group) 
 - 
getNamepublic String getName() 
 - 
getParentIdpublic String getParentId() 
 - 
getSubGroupspublic Set<String> getSubGroups(Supplier<GroupModel> group) 
 
- 
 
-