| Package | Description |
|---|---|
| org.tynamo.security.services | |
| org.tynamo.security.services.impl | |
| org.tynamo.security.shiro.authc | |
| org.tynamo.security.shiro.authz |
| Modifier and Type | Method and Description |
|---|---|
void |
SecurityFilterChainHub.insertChain(String path,
AccessControlFilter filter,
String config) |
void |
SecurityFilterChainHub.insertChainWithRegEx(String path,
AccessControlFilter filter,
String config) |
void |
SecurityFilterChainHub.updateChain(String path,
AccessControlFilter filter,
String config) |
| Modifier and Type | Method and Description |
|---|---|
SecurityFilterChain.Builder |
SecurityFilterChain.Builder.add(AccessControlFilter filter,
String config) |
void |
SecurityFilterChainHubImpl.insertChain(String path,
AccessControlFilter filter,
String config) |
void |
SecurityFilterChainHubImpl.insertChainWithRegEx(String path,
AccessControlFilter filter,
String config) |
void |
SecurityFilterChainHubImpl.updateChain(String path,
AccessControlFilter filter,
String config) |
| Modifier and Type | Class and Description |
|---|---|
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, requires the user to login via the HTTP Basic protocol-specific challenge. |
class |
CasFilter
This filter validates the CAS service ticket to authenticate the user.
|
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 |
UserFilter
Filter that allows access to resources if the accessor is a known user, which is defined as
having a known principal.
|
| Modifier and Type | Class and Description |
|---|---|
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 |
PortFilter
A copy of Shiro's 1.2.0 PortFilter that works with tapestry-security 0.4.x
A Filter that requires the request to be on a specific port, and if not, redirects to the same URL on that port.
|
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.
|
class |
SslFilter
A copy of Shiro's 1.2.0 SslFilter that works with tapestry-security 0.4.x
Filter which requires a request to be over SSL.
|
Copyright © 2004–2018. All rights reserved.