类 PlatformAuthenticationFilter
- java.lang.Object
-
- org.apache.shiro.web.servlet.ServletContextSupport
-
- org.apache.shiro.web.servlet.AbstractFilter
-
- org.apache.shiro.web.servlet.NameableFilter
-
- org.apache.shiro.web.servlet.OncePerRequestFilter
-
- org.apache.shiro.web.servlet.AdviceFilter
-
- org.apache.shiro.web.filter.PathMatchingFilter
-
- org.apache.shiro.web.filter.AccessControlFilter
-
- org.apache.shiro.web.filter.authc.AuthenticationFilter
-
- org.apache.shiro.web.filter.authc.AuthenticatingFilter
-
- org.apache.shiro.web.filter.authc.FormAuthenticationFilter
-
- cn.wizzer.app.web.commons.shiro.filter.PlatformAuthenticationFilter
-
- 所有已实现的接口:
javax.servlet.Filter,org.apache.shiro.util.Nameable,org.apache.shiro.web.filter.PathConfigProcessor,org.nutz.mvc.ActionFilter
@IocBean(name="platformAuthc") public class PlatformAuthenticationFilter extends org.apache.shiro.web.filter.authc.FormAuthenticationFilter implements org.nutz.mvc.ActionFilterCreated by wizzer on 2017/1/10.
-
-
构造器概要
构造器 构造器 说明 PlatformAuthenticationFilter()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 protected org.apache.shiro.authc.AuthenticationTokencreateToken(javax.servlet.http.HttpServletRequest request)protected StringgetCaptcha(javax.servlet.ServletRequest request)StringgetCaptchaParam()org.nutz.mvc.Viewmatch(org.nutz.mvc.ActionContext actionContext)-
从类继承的方法 org.apache.shiro.web.filter.authc.FormAuthenticationFilter
createToken, getFailureKeyAttribute, getPassword, getPasswordParam, getRememberMeParam, getUsername, getUsernameParam, isLoginSubmission, isRememberMe, onAccessDenied, onLoginFailure, onLoginSuccess, setFailureAttribute, setFailureKeyAttribute, setLoginUrl, setPasswordParam, setRememberMeParam, setUsernameParam
-
从类继承的方法 org.apache.shiro.web.filter.authc.AuthenticatingFilter
cleanup, createToken, createToken, executeLogin, getHost, isAccessAllowed, isPermissive
-
从类继承的方法 org.apache.shiro.web.filter.authc.AuthenticationFilter
getSuccessUrl, issueSuccessRedirect, setSuccessUrl
-
从类继承的方法 org.apache.shiro.web.filter.AccessControlFilter
getLoginUrl, getSubject, isLoginRequest, onAccessDenied, onPreHandle, redirectToLogin, saveRequest, saveRequestAndRedirectToLogin
-
从类继承的方法 org.apache.shiro.web.filter.PathMatchingFilter
getPathWithinApplication, isEnabled, pathsMatch, pathsMatch, preHandle, processPathConfig
-
从类继承的方法 org.apache.shiro.web.servlet.AdviceFilter
afterCompletion, doFilterInternal, executeChain, postHandle
-
从类继承的方法 org.apache.shiro.web.servlet.OncePerRequestFilter
doFilter, getAlreadyFilteredAttributeName, isEnabled, isEnabled, setEnabled, shouldNotFilter
-
从类继承的方法 org.apache.shiro.web.servlet.AbstractFilter
destroy, getFilterConfig, getInitParam, init, onFilterConfigSet, setFilterConfig
-
-
-
-
方法详细资料
-
getCaptchaParam
public String getCaptchaParam()
-
getCaptcha
protected String getCaptcha(javax.servlet.ServletRequest request)
-
createToken
protected org.apache.shiro.authc.AuthenticationToken createToken(javax.servlet.http.HttpServletRequest request)
-
match
public org.nutz.mvc.View match(org.nutz.mvc.ActionContext actionContext)
- 指定者:
match在接口中org.nutz.mvc.ActionFilter
-
-