Merge pull request #3682 from stianst/KEYCLOAK-4126
Change id of CachedStoreFactorySpi to authorizationCache
This commit is contained in:
commit
e3e18913f1
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ public class CachedStoreFactorySpi implements Spi {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public String getName() {
|
public String getName() {
|
||||||
return "authz-fached-store-factory";
|
return "authorizationCache";
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in a new issue