Uses of Class
org.apache.shiro.env.RequiredTypeException
-
Packages that use RequiredTypeException Package Description org.apache.shiro.env Concepts used to represent Shiro's aggregate state in an application. -
-
Uses of RequiredTypeException in org.apache.shiro.env
Methods in org.apache.shiro.env that throw RequiredTypeException Modifier and Type Method 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 ornull
if no object with that name was found.
-