Class AuthorizationPreFilter

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

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