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