Class AuthenticationFilter

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

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