Java org.springframework.security.web.authentication AnonymousAuthenticationFilter fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.security.web.authentication AnonymousAuthenticationFilter fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.security.web.authentication AnonymousAuthenticationFilter.

The text is from its open source code.

Subclass

org.springframework.security.web.authentication.AnonymousAuthenticationFilter has subclasses.
Click this link to see all its subclasses.

Constructor

AnonymousAuthenticationFilter(String key)
Creates a filter with a principal named "anonymousUser" and the single authority "ROLE_ANONYMOUS".
AnonymousAuthenticationFilter(String key, Object principal, List authorities)
AnonymousAuthenticationFilter

Method