Package org.apache.shiro.util
Interface Initializable
-
- All Known Implementing Classes:
AbstractLdapRealm
,ActiveDirectoryRealm
,AuthenticatingRealm
,AuthorizingRealm
,CasRealm
,DefaultLdapRealm
,EhCacheManager
,HazelcastCacheManager
,IniRealm
,IniWebEnvironment
,JdbcRealm
,JndiLdapRealm
,PropertiesRealm
,SimpleAccountRealm
,TextConfigurationRealm
public interface Initializable
Shiro container-agnostic interface that indicates that this object requires initialization.- Since:
- 0.2
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
init()
Initializes this object.
-
-
-
Method Detail
-
init
void init() throws ShiroException
Initializes this object.- Throws:
ShiroException
- if an exception occurs during initialization.
-
-