|
JSecurity | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Nameable | |
|---|---|
| org.jsecurity.spring | Spring Application Framework support for enabling JSecurity in spring applications. |
| org.jsecurity.web.filter | Base package supporting all Servlet Filter implementations used to control
access to web pages and URL resources. |
| org.jsecurity.web.filter.authc | Servlet Filter implementations specific to controlling access based on a
subject's authentication status, or those that can execute authentications (log-ins) directly. |
| org.jsecurity.web.filter.authz | Servlet Filter implementations that perform authorization (access control)
checks based on the Subject's abilities (for example, role or permission checks). |
| org.jsecurity.web.servlet | Support implementations that depend heavily on the javax.servlet. |
| Uses of Nameable in org.jsecurity.spring |
|---|
| Classes in org.jsecurity.spring that implement Nameable | |
|---|---|
class |
SpringJSecurityFilter
Extension of JSecurityFilter that uses SpringIniWebConfiguration to configure JSecurity in a Spring web
environment. |
| Uses of Nameable in org.jsecurity.web.filter |
|---|
| Classes in org.jsecurity.web.filter that implement Nameable | |
|---|---|
class |
AccessControlFilter
Superclass for any filter that controls access to a resource and may redirect the user to the login page if they are not authenticated. |
class |
PathMatchingFilter
Base class for Filters that will process only specified paths and allow all others to pass through. |
| Uses of Nameable in org.jsecurity.web.filter.authc |
|---|
| Classes in org.jsecurity.web.filter.authc that implement Nameable | |
|---|---|
class |
AnonymousFilter
Filter that allows access to a path immeidately without performing security checks of any kind. |
class |
AuthenticatingFilter
An AuthenticationFilter that is capable of automatically performing an authentication attempt
based on the incoming request. |
class |
AuthenticationFilter
Base class for all Filters that require the current user to be authenticated. |
class |
BasicHttpAuthenticationFilter
Requires the requesting user to be authenticated for the
request to continue, and if they're not, forces the user to login via the HTTP Basic protocol-specific challenge. |
class |
FormAuthenticationFilter
Requires the requesting user to be authenticated for the request to continue, and if they are not, forces the user to login via by redirecting them to the loginUrl you configure. |
class |
PassThruAuthenticationFilter
An authentication filter that redirects the user to the login page when they are trying to access a protected resource. |
class |
UserFilter
Filter that allows access to resources if the accessor is a known user, which is defined as having a known principal. |
| Uses of Nameable in org.jsecurity.web.filter.authz |
|---|
| Classes in org.jsecurity.web.filter.authz that implement Nameable | |
|---|---|
class |
AuthorizationFilter
Superclass for authorization-related filters. |
class |
PermissionsAuthorizationFilter
Filter that allows access if the current user has the permissions specified by the mapped value, or denies access if the user does not have all of the permissions specified. |
class |
RolesAuthorizationFilter
Filter that allows access if the current user has the roles specified by the mapped value, or denies access if the user does not have all of the roles specified. |
| Uses of Nameable in org.jsecurity.web.servlet |
|---|
| Classes in org.jsecurity.web.servlet that implement Nameable | |
|---|---|
class |
AdviceFilter
A Servlet Filter that enables AOP-style advice for a SerlvetRequest via preHandle,
postHandle,
and afterCompletion
hooks. |
class |
JSecurityFilter
Main ServletFilter that configures and enables all JSecurity functions within a web application. |
class |
OncePerRequestFilter
Filter base class that guarantees to be just executed once per request, on any servlet container. |
|
JSecurity | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||