Java org.apache.shiro.realm.text IniRealm fields, constructors, methods, implement or subclass

Example usage for Java org.apache.shiro.realm.text IniRealm fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.shiro.realm.text IniRealm.

The text is from its open source code.

Subclass

org.apache.shiro.realm.text.IniRealm has subclasses.
Click this link to see all its subclasses.

Field

Constructor

IniRealm(Ini ini)
This constructor will immediately process the definitions in the Ini argument.
IniRealm(String resourcePath)
This constructor will immediately process the definitions in the Ini resolved from the specified resourcePath .
IniRealm()

Method

InigetIni()
Returns the Ini instance used to configure this realm.
StringgetResourcePath()
voidsetIni(Ini ini)
Sets the Ini instance used to configure this realm.