Java org.apache.shiro.web.env IniWebEnvironment fields, constructors, methods, implement or subclass

Example usage for Java org.apache.shiro.web.env IniWebEnvironment fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.shiro.web.env IniWebEnvironment.

The text is from its open source code.

Subclass

org.apache.shiro.web.env.IniWebEnvironment has subclasses.
Click this link to see all its subclasses.

Constructor

Method

InigetIni()
Returns the Ini instance reflecting this WebEnvironment's configuration.
voidinit()
Initializes this instance by resolving any potential (explicit or resource-configured) Ini configuration and calling #configure() configure for actual instance configuration.
voidsetIni(Ini ini)
Allows for configuration via a direct Ini instance instead of via #getConfigLocations() config locations .