|
JSecurity | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Destroyable | |
|---|---|
| org.jsecurity.cache.ehcache | Ehcache-based implementations of JSecurity's cache interfaces. |
| org.jsecurity.mgt | Provides the master SecurityManager interface and a default implementation
hierarchy for managing all aspects of JSecurity's functionality in an application. |
| org.jsecurity.realm.text | Realms that acquire security data from text-based data sources such as Files or
text streams. |
| org.jsecurity.session.mgt | SessionManager components supporting enterprise session management. |
| org.jsecurity.util | Your run-of-the-mill 'util' pacakge for components and logic widely used across the framework that can't find their home into a proper OO hierarchy (or, most likely for things used across many hierarchies). |
| org.jsecurity.web | Framework support for any web-enabled application. |
| org.jsecurity.web.session | Components supporting Session management in web-enabled applications. |
| Uses of Destroyable in org.jsecurity.cache.ehcache |
|---|
| Classes in org.jsecurity.cache.ehcache that implement Destroyable | |
|---|---|
class |
EhCacheManager
JSecurity CacheManager implementation utilizing the Ehcache framework for all cache functionality. |
| Uses of Destroyable in org.jsecurity.mgt |
|---|
| Classes in org.jsecurity.mgt that implement Destroyable | |
|---|---|
class |
AuthenticatingSecurityManager
JSecurity support of a SecurityManager class hierarchy that delegates all
authentication operations to a wrapped Authenticator instance. |
class |
AuthorizingSecurityManager
JSecurity support of a SecurityManager class hierarchy that delegates all
authorization (access control) operations to a wrapped Authorizer instance. |
class |
CachingSecurityManager
A very basic extension point for the SecurityManager interface that merely provides logging and caching support. |
class |
DefaultSecurityManager
The JSecurity framework's default concrete implementation of the SecurityManager interface,
based around a collection of Realms. |
class |
RealmSecurityManager
JSecurity support of a SecurityManager class hierarchy based around a collection of
Realms. |
class |
SessionsSecurityManager
JSecurity support of a SecurityManager class hierarchy that delegates all
session operations to a wrapped SessionManager
instance. |
| Uses of Destroyable in org.jsecurity.realm.text |
|---|
| Classes in org.jsecurity.realm.text that implement Destroyable | |
|---|---|
class |
PropertiesRealm
A subclass of SimpleAccountRealm that defers all logic to the parent class, but just enables Properties based configuration in addition to the parent class's String configuration. |
| Uses of Destroyable in org.jsecurity.session.mgt |
|---|
| Classes in org.jsecurity.session.mgt that implement Destroyable | |
|---|---|
class |
AbstractValidatingSessionManager
Default business-tier implementation of the ValidatingSessionManager interface. |
class |
DefaultSessionManager
Default business-tier implementation of the ValidatingSessionManager interface. |
| Uses of Destroyable in org.jsecurity.util |
|---|
| Methods in org.jsecurity.util with parameters of type Destroyable | |
|---|---|
static void |
LifecycleUtils.destroy(Destroyable d)
|
| Uses of Destroyable in org.jsecurity.web |
|---|
| Classes in org.jsecurity.web that implement Destroyable | |
|---|---|
class |
DefaultWebSecurityManager
SecurityManager implementation that should be used in web-based applications or any application that requires HTTP connectivity (SOAP, http remoting, etc). |
| Uses of Destroyable in org.jsecurity.web.session |
|---|
| Classes in org.jsecurity.web.session that implement Destroyable | |
|---|---|
class |
DefaultWebSessionManager
Web-application capable SessionManager implementation. |
|
JSecurity | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||