KEYCLOAK-1476 NotSerializableException: org.keycloak.models.cache.entities.CachedClientRole
This commit is contained in:
parent
39ecca0989
commit
fbc2b845ad
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ public class InfinispanRealmCache implements RealmCache {
|
|||
@Override
|
||||
public void invalidateRole(CachedRole role) {
|
||||
logger.tracev("Removing role {0}", role.getId());
|
||||
cache.remove(role);
|
||||
cache.remove(role.getId());
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue