Package org.apache.shiro.util
Interface Destroyable
-
- All Known Implementing Classes:
AbstractCacheManager
,AbstractValidatingSessionManager
,AuthenticatingSecurityManager
,AuthorizingSecurityManager
,BasicIniEnvironment
,CachingSecurityManager
,DefaultEnvironment
,DefaultSecurityManager
,DefaultSessionManager
,DefaultWebEnvironment
,DefaultWebSecurityManager
,DefaultWebSessionManager
,EhCacheManager
,HazelcastCacheManager
,IniWebEnvironment
,MemoryConstrainedCacheManager
,PropertiesRealm
,QuickstartShiroModule
,RealmSecurityManager
,ResourceBasedWebEnvironment
,SessionsSecurityManager
,ShiroModule
,ShiroWebModule
public interface Destroyable
Shiro container-agnostic interface that indicates that this object requires a callback during destruction.- Since:
- 0.2
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
destroy()
Called when this object is being destroyed, allowing any necessary cleanup of internal resources.
-