Uses of Class
org.tynamo.security.shiro.authc.AuthenticatingFilter
Packages that use AuthenticatingFilter
-
Uses of AuthenticatingFilter in org.tynamo.security.shiro.authc
Subclasses of AuthenticatingFilter in org.tynamo.security.shiro.authcModifier and TypeClassDescriptionclassFilter that allows access to a path immeidately without performing security checks of any kind.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.