You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shiro.apache.org by bd...@apache.org on 2020/04/09 00:15:56 UTC

[shiro-site] 01/01: Adding authcBearer to list of default filters

This is an automated email from the ASF dual-hosted git repository.

bdemers pushed a commit to branch bdemers-patch-1
in repository https://gitbox.apache.org/repos/asf/shiro-site.git

commit 568b02afe4710ddcbcf9e7fc85256f022b77b4f5
Author: Brian Demers <bd...@apache.org>
AuthorDate: Wed Apr 8 20:15:50 2020 -0400

    Adding authcBearer to list of default filters
---
 web.md.vtl | 1 +
 1 file changed, 1 insertion(+)

diff --git a/web.md.vtl b/web.md.vtl
index 45e4f59..284aab4 100644
--- a/web.md.vtl
+++ b/web.md.vtl
@@ -392,6 +392,7 @@ The default Filter instances available automatically are defined by the [Default
 | anon | [org.apache.shiro.web.filter.authc.AnonymousFilter](static/current/apidocs/org/apache/shiro/web/filter/authc/AnonymousFilter.html) |
 | authc | [org.apache.shiro.web.filter.authc.FormAuthenticationFilter](static/current/apidocs/org/apache/shiro/web/filter/authc/FormAuthenticationFilter.html) |
 | authcBasic | [org.apache.shiro.web.filter.authc.BasicHttpAuthenticationFilter](static/current/apidocs/org/apache/shiro/web/filter/authc/BasicHttpAuthenticationFilter.html) |
+| authcBearer | [org.apache.shiro.web.filter.authc.BearerHttpAuthenticationFilter](static/current/apidocs/org/apache/shiro/web/filter/authc/BearerHttpAuthenticationFilter.html) |
 | logout | [org.apache.shiro.web.filter.authc.LogoutFilter](static/current/apidocs/org/apache/shiro/web/filter/authc/LogoutFilter.html) |
 | noSessionCreation | [org.apache.shiro.web.filter.session.NoSessionCreationFilter](static/current/apidocs/org/apache/shiro/web/filter/session/NoSessionCreationFilter.html) |
 | perms | [org.apache.shiro.web.filter.authz.PermissionsAuthorizationFilter](static/current/apidocs/org/apache/shiro/web/filter/authz/PermissionsAuthorizationFilter.html) |