public interface Environment
Environment
instance encapsulates all of the objects that Shiro requires to function. It is essentially
a 'meta' object from which all Shiro components can be obtained for an application.
An Environment
instance is usually created as a result of parsing a Shiro configuration file. The
environment instance can be stored in any place the application deems necessary, and from it, can retrieve any
of Shiro's components that might be necessary in implementing security behavior.
For example, the most obvious component accessible via an Environment
instance is the application's
securityManager
.Modifier and Type | Method and Description |
---|---|
SecurityManager |
getSecurityManager()
Returns the application's
SecurityManager instance. |
SecurityManager getSecurityManager()
SecurityManager
instance.SecurityManager
instance.Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.