org.qi4j.library.shiro.ini
Interface ShiroIniConfiguration

All Superinterfaces:
Composite, ConfigurationComposite, EntityComposite, Identity

public interface ShiroIniConfiguration
extends ConfigurationComposite


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.qi4j.api.entity.Identity
Identity.IdentityMixin
 
Method Summary
 Property<java.lang.String> iniResourcePath()
          Resource path of the ini configuration file.
 
Methods inherited from interface org.qi4j.api.entity.Identity
identity
 

Method Detail

iniResourcePath

@Optional
Property<java.lang.String> iniResourcePath()
Resource path of the ini configuration file. "classpath:", "file": and "url:" prefixes are supported. Defaulted to "classpath:shiro.ini".