Class AuthenticationFilter

java.lang.Object
jakarta.servlet.GenericFilter
jakarta.servlet.http.HttpFilter
cloud.piranha.security.eleos.AuthenticationFilter
All Implemented Interfaces:
FilterPriority, Filter, FilterConfig, Serializable

public class AuthenticationFilter extends HttpFilter implements FilterPriority
This filter is uses to call a Jakarta Authentication system module at the start of an HTTP request.

Note, this Filter *MUST* be installed after the authorization pre-filter and before the authorization filter.

Author:
Arjan Tijms
See Also:
Serialized Form