Package | Description |
---|---|
org.apache.shiro.cas | |
org.apache.shiro.web.filter.authc |
Servlet
Filter implementations specific to controlling access based on a
subject's authentication status, or those that can execute authentications (log-ins) directly. |
Modifier and Type | Class and Description |
---|---|
class |
CasFilter
Deprecated.
replaced with Shiro integration in buji-pac4j.
|
Modifier and Type | Class and Description |
---|---|
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 |
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. |
Copyright © 2004–2016 The Apache Software Foundation. All rights reserved.