keycloak-oidc-service
公開メンバ関数 | 全メンバ一覧
org.keycloak.authorization.model.CachedModel< Model > インタフェーステンプレート
org.keycloak.authorization.model.CachedModel< Model > 連携図
Collaboration graph

公開メンバ関数

Model getDelegateForUpdate ()
 
void invalidate ()
 
long getCacheTimestamp ()
 

詳解

Cached authorization model classes will implement this interface.

著者
Bill Burke
バージョン
Revision
1

関数詳解

◆ getCacheTimestamp()

long org.keycloak.authorization.model.CachedModel< Model >.getCacheTimestamp ( )

When was the model was loaded from database.

戻り値

◆ getDelegateForUpdate()

Model org.keycloak.authorization.model.CachedModel< Model >.getDelegateForUpdate ( )

Invalidates the cache for this model and returns a delegate that represents the actual data provider

戻り値

◆ invalidate()

void org.keycloak.authorization.model.CachedModel< Model >.invalidate ( )

Invalidate the cache for this model


このインタフェース詳解は次のファイルから抽出されました: