Class ScopeAdapter
java.lang.Object
org.keycloak.models.cache.infinispan.authorization.ScopeAdapter
- All Implemented Interfaces:
CachedModel<Scope>,Scope
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.keycloak.authorization.model.Scope
Scope.FilterOption -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected CachedScopeprotected StoreFactoryCacheSessionprotected booleanprotected Scope -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanlonggetId()getName()inthashCode()voidprotected voidprotected booleanvoidsetDisplayName(String name) voidsetIconUri(String iconUri) void
-
Field Details
-
cached
-
cacheSession
-
updated
-
invalidated
protected boolean invalidated
-
-
Constructor Details
-
ScopeAdapter
-
-
Method Details
-
getDelegateForUpdate
- Specified by:
getDelegateForUpdatein interfaceCachedModel<Scope>
-
invalidateFlag
protected void invalidateFlag() -
invalidate
public void invalidate()- Specified by:
invalidatein interfaceCachedModel<Scope>
-
getCacheTimestamp
public long getCacheTimestamp()- Specified by:
getCacheTimestampin interfaceCachedModel<Scope>
-
isUpdated
protected boolean isUpdated() -
getId
-
getName
-
setName
-
getDisplayName
- Specified by:
getDisplayNamein interfaceScope
-
setDisplayName
- Specified by:
setDisplayNamein interfaceScope
-
getIconUri
- Specified by:
getIconUriin interfaceScope
-
setIconUri
- Specified by:
setIconUriin interfaceScope
-
getResourceServer
- Specified by:
getResourceServerin interfaceScope
-
equals
-
hashCode
public int hashCode()
-