NamedObjectEnvironment

An environment that supports object lookup by name.

interface NamedObjectEnvironment : Environment {}

Members

Functions

getObject
Object getObject(string name)

Returns the object in Shiro's environment with the specified name and type or {@code null} if no object with that name was found.

Inherited Members

From Environment

getSecurityManager
SecurityManager getSecurityManager()

Returns the application's {@code SecurityManager} instance.

Meta