Class AuthorizationPreFilter

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

public class AuthorizationPreFilter 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 as the first filter, and it should *NOT* be possible to place a filter before this filter. The standard Servlet API does not provide facilities for this.

Author:
Arjan Tijms
See Also:
Serialized Form