SecurityManager
implementations.See: Description
Interface | Description |
---|---|
WebSecurityManager |
This interface represents a
SecurityManager implementation that can used in web-enabled applications. |
Class | Description |
---|---|
CookieRememberMeManager |
Remembers a Subject's identity by saving the Subject's
principals to a Cookie
for later retrieval. |
DefaultWebSecurityManager |
Default
WebSecurityManager implementation used in web-based applications or any
application that requires HTTP connectivity (SOAP, http remoting, etc). |
DefaultWebSessionStorageEvaluator |
A web-specific
SessionStorageEvaluator that performs the same logic as the parent class
DefaultSessionStorageEvaluator but additionally checks for a request-specific flag that may enable or
disable session access. |
DefaultWebSubjectFactory |
A
SubjectFactory implementation that creates WebDelegatingSubject instances. |
SecurityManager
implementations.Copyright © 2004–2020 The Apache Software Foundation. All rights reserved.