Uses of Package
org.tynamo.security.shiro.authc
Packages that use org.tynamo.security.shiro.authc
Package
Description
-
Classes in org.tynamo.security.shiro.authc used by org.tynamo.security.servicesClassDescriptionFilter that allows access to a path immeidately without performing security checks of any kind.Requires the requesting user to be
authenticatedfor the request to continue, and if they're not, requires the user to login via the HTTP Basic protocol-specific challenge.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 theloginUrlyou configure.Filter that allows access to resources if the accessor is a known user, which is defined as having a known principal. -
Classes in org.tynamo.security.shiro.authc used by org.tynamo.security.services.implClassDescriptionFilter that allows access to a path immeidately without performing security checks of any kind.Requires the requesting user to be
authenticatedfor the request to continue, and if they're not, requires the user to login via the HTTP Basic protocol-specific challenge.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 theloginUrlyou configure.Filter that allows access to resources if the accessor is a known user, which is defined as having a known principal. -
Classes in org.tynamo.security.shiro.authc used by org.tynamo.security.shiro.authcClassDescriptionAn
AuthenticationFilterthat is capable of automatically performing an authentication attempt based on the incoming request.Base class for all Filters that require the current user to be authenticated.