Tabnine Logo
SessionsSecurityManager.afterSessionManagerSet
Code IndexAdd Tabnine 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)

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

  • Parsing JSON documents to java classes using gson
  • addToBackStack (FragmentTransaction)
  • setRequestProperty (URLConnection)
  • onRequestPermissionsResult (Fragment)
  • Rectangle (java.awt)
    A Rectangle specifies an area in a coordinate space that is enclosed by the Rectangle object's top-
  • Charset (java.nio.charset)
    A charset is a named mapping between Unicode characters and byte sequences. Every Charset can decode
  • NumberFormat (java.text)
    The abstract base class for all number formats. This class provides the interface for formatting and
  • TimerTask (java.util)
    The TimerTask class represents a task to run at a specified time. The task may be run once or repeat
  • Base64 (org.apache.commons.codec.binary)
    Provides Base64 encoding and decoding as defined by RFC 2045.This class implements section 6.8. Base
  • LogFactory (org.apache.commons.logging)
    Factory for creating Log instances, with discovery and configuration features similar to that employ
  • Sublime Text for Python
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyStudentsTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now