Codota Logo
CachingRealm.afterCacheManagerSet
Code IndexAdd Codota to your IDE (free)

How to use
afterCacheManagerSet
method
in
org.apache.shiro.realm.CachingRealm

Best Java code snippets using org.apache.shiro.realm.CachingRealm.afterCacheManagerSet (Showing top 3 results out of 315)

  • Add the Codota plugin to your IDE and get smart completions
private void myMethod () {
Dictionary d =
  • Codota Iconnew Hashtable()
  • Codota IconBundle bundle;bundle.getHeaders()
  • Codota Iconnew Properties()
  • Smart code suggestions by Codota
}
origin: apache/shiro

/**
 * Sets the <tt>CacheManager</tt> to be used for data caching to reduce EIS round trips.
 * <p/>
 * This property is <tt>null</tt> by default, indicating that caching is turned off.
 *
 * @param cacheManager the <tt>CacheManager</tt> to use for data caching, or <tt>null</tt> to disable caching.
 */
public void setCacheManager(CacheManager cacheManager) {
  this.cacheManager = cacheManager;
  afterCacheManagerSet();
}
origin: org.apache.shiro/shiro-core

/**
 * Sets the <tt>CacheManager</tt> to be used for data caching to reduce EIS round trips.
 * <p/>
 * This property is <tt>null</tt> by default, indicating that caching is turned off.
 *
 * @param cacheManager the <tt>CacheManager</tt> to use for data caching, or <tt>null</tt> to disable caching.
 */
public void setCacheManager(CacheManager cacheManager) {
  this.cacheManager = cacheManager;
  afterCacheManagerSet();
}
origin: org.apache.servicemix.bundles/org.apache.servicemix.bundles.shiro

/**
 * Sets the <tt>CacheManager</tt> to be used for data caching to reduce EIS round trips.
 * <p/>
 * <p>This property is <tt>null</tt> by default, indicating that caching is turned off.
 *
 * @param cacheManager the <tt>CacheManager</tt> to use for data caching, or <tt>null</tt> to disable caching.
 */
public void setCacheManager(CacheManager cacheManager) {
  this.cacheManager = cacheManager;
  afterCacheManagerSet();
}
org.apache.shiro.realmCachingRealmafterCacheManagerSet

Javadoc

Template method that may be implemented by subclasses should they wish to react to a CacheManager instance being set on the realm instance via the #setCacheManager(org.apache.shiro.cache.CacheManager) mutator.

Popular methods of CachingRealm

  • clearCache
    Clears out any cached data associated with the specified account identity/identities. This implement
  • doClearCache
    This implementation does nothing - it is a template to be overridden by subclasses if necessary.
  • getName
  • isEmpty
  • onLogout
    If caching is enabled, this will clear any cached data associated with the specified account identit
  • setCacheManager
    Sets the CacheManager to be used for data caching to reduce EIS round trips. This property is null
  • setName

Popular in Java

  • Finding current android device location
  • getExternalFilesDir (Context)
  • orElseThrow (Optional)
  • scheduleAtFixedRate (Timer)
    Schedules the specified task for repeated fixed-rate execution, beginning after the specified delay.
  • Permission (java.security)
    Abstract class for representing access to a system resource. All permissions have a name (whose inte
  • Collection (java.util)
    Collection is the root of the collection hierarchy. It defines operations on data collections and t
  • Vector (java.util)
    The Vector class implements a growable array of objects. Like an array, it contains components that
  • Servlet (javax.servlet)
    Defines methods that all servlets must implement.A servlet is a small Java program that runs within
  • JComboBox (javax.swing)
  • JFrame (javax.swing)
Codota Logo
  • Products

    Search for Java codeSearch for JavaScript codeEnterprise
  • IDE Plugins

    IntelliJ IDEAWebStormAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogCodota Academy Plugin user guide Terms of usePrivacy policyJava Code IndexJavascript Code Index
Get Codota for your IDE now