public interface SessionFactory
Session
instances. This is mainly a
mechanism to allow instances to be created at runtime if they need to be different the
defaults. It is not used by end-users of the framework, but rather those configuring Shiro to work in an
application, and is typically injected into the SecurityManager
or a
SessionManager
.Modifier and Type | Method and Description |
---|---|
Session |
createSession(SessionContext initData)
Creates a new
Session instance based on the specified contextual initialization data. |
Session createSession(SessionContext initData)
Session
instance based on the specified contextual initialization data.initData
- the initialization data to be used during Session
creation.Session
instance.Copyright © 2004–2019 The Apache Software Foundation. All rights reserved.