org.apache.shiro.util
Interface Initializable

All Known Implementing Classes:
AbstractLdapRealm, ActiveDirectoryRealm, AuthenticatingRealm, AuthorizingRealm, IniRealm, JdbcRealm, JndiLdapRealm, PropertiesRealm, SimpleAccountRealm, TextConfigurationRealm

public interface Initializable

Shiro container-agnostic interface that indicates that this object requires initialization.

Since:
0.2

Method Summary
 void init()
          Initializes this object.
 

Method Detail

init

void init()
          throws ShiroException
Initializes this object.

Throws:
ShiroException - if an exception occurs during initialization.


Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.