Java org.apache.shiro.web.filter.authc FormAuthenticationFilter fields, constructors, methods, implement or subclass

Example usage for Java org.apache.shiro.web.filter.authc FormAuthenticationFilter fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.shiro.web.filter.authc FormAuthenticationFilter.

The text is from its open source code.

Subclass

org.apache.shiro.web.filter.authc.FormAuthenticationFilter has subclasses.
Click this link to see all its subclasses.

Field

Constructor

Method

voidsetLoginUrl(String loginUrl)
voidsetPasswordParam(String passwordParam)
Sets the request parameter name to look for when acquiring the password.
voidsetRememberMeParam(String rememberMeParam)
Sets the request parameter name to look for when acquiring the rememberMe boolean value.
voidsetUsernameParam(String usernameParam)
Sets the request parameter name to look for when acquiring the username.