Package | Description |
---|---|
org.tynamo.security.services | |
org.tynamo.security.services.impl | |
org.tynamo.security.shiro.authc |
Class and Description |
---|
AnonymousFilter
Filter that allows access to a path immeidately without performing security checks of any kind.
|
BasicHttpAuthenticationFilter
Requires the requesting user to be
authenticated for the
request to continue, and if they're not, requires the user to login via the HTTP Basic protocol-specific challenge. |
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. |
UserFilter
Filter that allows access to resources if the accessor is a known user, which is defined as
having a known principal.
|
Class and Description |
---|
AnonymousFilter
Filter that allows access to a path immeidately without performing security checks of any kind.
|
BasicHttpAuthenticationFilter
Requires the requesting user to be
authenticated for the
request to continue, and if they're not, requires the user to login via the HTTP Basic protocol-specific challenge. |
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. |
UserFilter
Filter that allows access to resources if the accessor is a known user, which is defined as
having a known principal.
|
Class and Description |
---|
AuthenticatingFilter
An
AuthenticationFilter that is capable of automatically performing an authentication attempt
based on the incoming request. |
AuthenticationFilter
Base class for all Filters that require the current user to be authenticated.
|
Copyright © 2004–2015. All rights reserved.