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

Example usage for Java org.apache.shiro.web.filter.authc AuthenticationFilter 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 AuthenticationFilter.

The text is from its open source code.

Subclass

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

Field

Method

StringgetSuccessUrl()
Returns the success url to use as the default location a user is sent after logging in.
voidsetSuccessUrl(String successUrl)
Sets the default/fallback success url to use as the default location a user is sent after logging in.