All Downloads are FREE. Search and download functionalities are using the official Maven repository.

xworker.shrio.realms.IniRealm.dml Maven / Gradle / Ivy




    A Realm implementation that creates SimpleAccount instances based on Ini configuration.
This implementation looks for two sections in the Ini configuration:
 

 [users]
 # One or more user definitions
 ...
 [roles]
 # One or more role definitions


This class also supports setting the resourcePath property to create account data from an .ini resource. This will only be used if there isn't already account data in the Realm.

]]>
org.apache.shiro.config.Ini

]]>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy