Package | Description |
---|---|
org.apache.shiro.env |
Concepts used to represent Shiro's aggregate state in an application.
|
Modifier and Type | Method and Description |
---|---|
<T> T |
DefaultEnvironment.getObject(String name,
Class<T> requiredType) |
<T> T |
NamedObjectEnvironment.getObject(String name,
Class<T> requiredType)
Returns the object in Shiro's environment with the specified name and type or
null if
no object with that name was found. |
Copyright © 2004–2018 The Apache Software Foundation. All rights reserved.