Codota Logo
SessionsSecurityManager.applyEventBusToSessionManager
Code IndexAdd Codota to your IDE (free)

How to use
applyEventBusToSessionManager
method
in
org.apache.shiro.mgt.SessionsSecurityManager

Best Java code snippets using org.apache.shiro.mgt.SessionsSecurityManager.applyEventBusToSessionManager (Showing top 4 results out of 315)

  • Add the Codota plugin to your IDE and get smart completions
private void myMethod () {
DateTime d =
  • Codota Iconnew DateTime()
  • Codota IconDateTimeFormatter formatter;String text;formatter.parseDateTime(text)
  • Codota IconObject instant;new DateTime(instant)
  • Smart code suggestions by Codota
}
origin: apache/shiro

/**
 * Sets any configured EventBus on the SessionManager if necessary.
 *
 * @since 1.3
 */
@Override
protected void afterEventBusSet() {
  super.afterEventBusSet();
  applyEventBusToSessionManager();
}
origin: apache/shiro

protected void afterSessionManagerSet() {
  applyCacheManagerToSessionManager();
  applyEventBusToSessionManager();
}
origin: org.apache.shiro/shiro-core

/**
 * Sets any configured EventBus on the SessionManager if necessary.
 *
 * @since 1.3
 */
@Override
protected void afterEventBusSet() {
  super.afterEventBusSet();
  applyEventBusToSessionManager();
}
origin: org.apache.shiro/shiro-core

protected void afterSessionManagerSet() {
  applyCacheManagerToSessionManager();
  applyEventBusToSessionManager();
}
org.apache.shiro.mgtSessionsSecurityManagerapplyEventBusToSessionManager

Javadoc

Ensures the internal delegate SessionManager is injected with the newly set #setEventBus so it may use it for its internal event needs.

Note: This implementation only injects the EventBus into the SessionManager if the SessionManager instance implements the EventBusAware interface.

Popular methods of SessionsSecurityManager

  • getSessionManager
    Returns this security manager's internal delegate SessionManager.
  • afterSessionManagerSet
  • applyCacheManagerToSessionManager
    Ensures the internal delegate SessionManager is injected with the newly set #setCacheManager so it m
  • getCacheManager
  • getEventBus
  • setAuthenticator
  • setAuthorizer
  • setCacheManager
  • setEventBus
  • setRealms
  • setSessionManager
    Sets the underlying delegate SessionManager instance that will be used to support this implementatio
  • setSessionManager

Popular in Java

  • Running tasks concurrently on multiple threads
  • getResourceAsStream (ClassLoader)
  • getApplicationContext (Context)
  • startActivity (Activity)
  • Table (com.google.common.collect)
    A collection that associates an ordered pair of keys, called a row key and a column key, with a sing
  • ByteBuffer (java.nio)
    A buffer for bytes. A byte buffer can be created in either one of the following ways: * #allocate(i
  • Scanner (java.util)
    A parser that parses a text string of primitive types and strings with the help of regular expressio
  • CountDownLatch (java.util.concurrent)
    A synchronization aid that allows one or more threads to wait until a set of operations being perfor
  • Handler (java.util.logging)
    A Handler object accepts a logging request and exports the desired messages to a target, for example
  • Collectors (java.util.stream)
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