AbstractNativeSessionManager.notifyStart

Notifies any interested {@link SessionListener}s that a Session has started. This method is invoked <em>after</em> the {@link #onStart onStart} method is called.

@param session the session that has just started that will be delivered to any {@link #setSessionListeners(java.util.Collection) registered} session listeners. @see SessionListener#onStart(hunt.shiro.session.Session)

class AbstractNativeSessionManager
protected
void
notifyStart

Meta