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

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

Best Java code snippets using org.apache.shiro.mgt.SessionsSecurityManager.afterSessionManagerSet (Showing top 3 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 the underlying delegate {@link SessionManager} instance that will be used to support this implementation's
 * <tt>SessionManager</tt> method calls.
 * <p/>
 * This <tt>SecurityManager</tt> implementation does not provide logic to support the inherited
 * <tt>SessionManager</tt> interface, but instead delegates these calls to an internal
 * <tt>SessionManager</tt> instance.
 * <p/>
 * If a <tt>SessionManager</tt> instance is not set, a default one will be automatically created and
 * initialized appropriately for the the existing runtime environment.
 *
 * @param sessionManager delegate instance to use to support this manager's <tt>SessionManager</tt> method calls.
 */
public void setSessionManager(SessionManager sessionManager) {
  this.sessionManager = sessionManager;
  afterSessionManagerSet();
}
origin: org.apache.shiro/shiro-core

/**
 * Sets the underlying delegate {@link SessionManager} instance that will be used to support this implementation's
 * <tt>SessionManager</tt> method calls.
 * <p/>
 * This <tt>SecurityManager</tt> implementation does not provide logic to support the inherited
 * <tt>SessionManager</tt> interface, but instead delegates these calls to an internal
 * <tt>SessionManager</tt> instance.
 * <p/>
 * If a <tt>SessionManager</tt> instance is not set, a default one will be automatically created and
 * initialized appropriately for the the existing runtime environment.
 *
 * @param sessionManager delegate instance to use to support this manager's <tt>SessionManager</tt> method calls.
 */
public void setSessionManager(SessionManager sessionManager) {
  this.sessionManager = sessionManager;
  afterSessionManagerSet();
}
origin: org.apache.servicemix.bundles/org.apache.servicemix.bundles.shiro

/**
 * Sets the underlying delegate {@link SessionManager} instance that will be used to support this implementation's
 * <tt>SessionManager</tt> method calls.
 * <p/>
 * This <tt>SecurityManager</tt> implementation does not provide logic to support the inherited
 * <tt>SessionManager</tt> interface, but instead delegates these calls to an internal
 * <tt>SessionManager</tt> instance.
 * <p/>
 * If a <tt>SessionManager</tt> instance is not set, a default one will be automatically created and
 * initialized appropriately for the the existing runtime environment.
 *
 * @param sessionManager delegate instance to use to support this manager's <tt>SessionManager</tt> method calls.
 */
public void setSessionManager(SessionManager sessionManager) {
  this.sessionManager = sessionManager;
  afterSessionManagerSet();
}
org.apache.shiro.mgtSessionsSecurityManagerafterSessionManagerSet

Popular methods of SessionsSecurityManager

  • getSessionManager
    Returns this security manager's internal delegate SessionManager.
  • applyCacheManagerToSessionManager
    Ensures the internal delegate SessionManager is injected with the newly set #setCacheManager so it m
  • getCacheManager
  • applyEventBusToSessionManager
    Ensures the internal delegate SessionManager is injected with the newly set #setEventBus so it may u
  • 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
  • setRequestProperty (URLConnection)
  • startActivity (Activity)
  • findViewById (Activity)
  • FileNotFoundException (java.io)
    Thrown when a file specified by a program cannot be found.
  • Timestamp (java.sql)
    A Java representation of the SQL TIMESTAMP type. It provides the capability of representing the SQL
  • Executor (java.util.concurrent)
    An object that executes submitted Runnable tasks. This interface provides a way of decoupling task s
  • Pattern (java.util.regex)
    A compiled representation of a regular expression. A regular expression, specified as a string, must
  • HttpServletRequest (javax.servlet.http)
    Extends the javax.servlet.ServletRequest interface to provide request information for HTTP servlets.
  • BoxLayout (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