keycloak-oidc-service
|
公開メンバ関数 | |
Model | getDelegateForUpdate () |
void | invalidate () |
long | getCacheTimestamp () |
Cached authorization model classes will implement this interface.
long org.keycloak.authorization.model.CachedModel< Model >.getCacheTimestamp | ( | ) |
When was the model was loaded from database.
Model org.keycloak.authorization.model.CachedModel< Model >.getDelegateForUpdate | ( | ) |
Invalidates the cache for this model and returns a delegate that represents the actual data provider
void org.keycloak.authorization.model.CachedModel< Model >.invalidate | ( | ) |
Invalidate the cache for this model