List of usage examples for org.apache.shiro.realm AuthorizingRealm getAuthorizationCacheName
public String getAuthorizationCacheName()
From source file:org.killbill.billing.util.glue.ShiroEhCacheInstrumentor.java
License:Apache License
public void instrument(final AuthorizingRealm realm) { instrument(realm.getAuthenticationCacheName()); instrument(realm.getAuthorizationCacheName()); }