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

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

Introduction

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

The text is from its open source code.

Subclass

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

Field

StringDEFAULT_LOGIN_URL
Simple default login URL equal to /login.jsp, which can be overridden by calling the #setLoginUrl(String) setLoginUrl method.
StringGET_METHOD
Constant representing the HTTP 'GET' request method, equal to GET.

Method

StringgetLoginUrl()
Returns the login URL used to authenticate a user.
voidsetLoginUrl(String loginUrl)
Sets the login URL used to authenticate a user.