Class AbstractRevisioned
- java.lang.Object
- 
- org.keycloak.models.cache.infinispan.entities.AbstractRevisioned
 
- 
- All Implemented Interfaces:
- Serializable,- CachedObject,- Revisioned
 - Direct Known Subclasses:
- AbstractExtendableRevisioned,- CachedClient,- CachedClientScope,- CachedFederatedIdentityLinks,- CachedGroup,- CachedPermissionTicket,- CachedPolicy,- CachedResource,- CachedResourceServer,- CachedRole,- CachedScope,- CachedUserConsents,- ClientListQuery,- ClientScopeListQuery,- GroupListQuery,- PermissionTicketListQuery,- PolicyListQuery,- RealmListQuery,- ResourceListQuery,- ResourceServerListQuery,- RoleListQuery,- ScopeListQuery,- UserListQuery
 
 public class AbstractRevisioned extends Object implements Revisioned, Serializable, CachedObject - Version:
- $Revision: 1 $
- Author:
- Bill Burke
- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description AbstractRevisioned(Long revision, String id)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetCacheTimestamp()When was this cachedStringgetId()LonggetRevision()voidsetRevision(Long revision)
 
- 
- 
- 
Method Detail- 
getIdpublic String getId() - Specified by:
- getIdin interface- Revisioned
 
 - 
getRevisionpublic Long getRevision() - Specified by:
- getRevisionin interface- Revisioned
 
 - 
setRevisionpublic void setRevision(Long revision) - Specified by:
- setRevisionin interface- Revisioned
 
 - 
getCacheTimestamppublic long getCacheTimestamp() When was this cached- Specified by:
- getCacheTimestampin interface- CachedObject
- Returns:
 
 
- 
 
-