Uses of Class
org.tynamo.security.shiro.AccessControlFilter
Packages that use AccessControlFilter
Package
Description
-
Uses of AccessControlFilter in org.tynamo.security.services
Methods in org.tynamo.security.services with parameters of type AccessControlFilterModifier and TypeMethodDescriptionvoidSecurityFilterChainHub.insertChain(String path, AccessControlFilter filter, String config) voidSecurityFilterChainHub.insertChainWithRegEx(String path, AccessControlFilter filter, String config) voidSecurityFilterChainHub.updateChain(String path, AccessControlFilter filter, String config) -
Uses of AccessControlFilter in org.tynamo.security.services.impl
Methods in org.tynamo.security.services.impl with parameters of type AccessControlFilterModifier and TypeMethodDescriptionSecurityFilterChain.Builder.add(AccessControlFilter filter, String config) voidSecurityFilterChainHubImpl.insertChain(String path, AccessControlFilter filter, String config) voidSecurityFilterChainHubImpl.insertChainWithRegEx(String path, AccessControlFilter filter, String config) voidSecurityFilterChainHubImpl.updateChain(String path, AccessControlFilter filter, String config) -
Uses of AccessControlFilter in org.tynamo.security.shiro.authc
Subclasses of AccessControlFilter in org.tynamo.security.shiro.authcModifier and TypeClassDescriptionclassFilter that allows access to a path immeidately without performing security checks of any kind.classAnAuthenticationFilterthat is capable of automatically performing an authentication attempt based on the incoming request.classBase class for all Filters that require the current user to be authenticated.classRequires the requesting user to beauthenticatedfor the request to continue, and if they're not, requires the user to login via the HTTP Basic protocol-specific challenge.classThis filter validates the CAS service ticket to authenticate the user.classRequires 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 theloginUrlyou configure.classFilter that allows access to resources if the accessor is a known user, which is defined as having a known principal. -
Uses of AccessControlFilter in org.tynamo.security.shiro.authz
Subclasses of AccessControlFilter in org.tynamo.security.shiro.authzModifier and TypeClassDescriptionclassSuperclass for authorization-related filters.classFilter 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.classA 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.classFilter 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.classA 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.