Merge pull request #3682 from stianst/KEYCLOAK-4126

Change id of CachedStoreFactorySpi to authorizationCache
This commit is contained in:
Stian Thorgersen 2016-12-21 08:34:28 +01:00 committed by GitHub
commit e3e18913f1

View file

@ -33,7 +33,7 @@ public class CachedStoreFactorySpi implements Spi {
@Override
public String getName() {
return "authz-fached-store-factory";
return "authorizationCache";
}
@Override