Class AuthorizationFilter

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

public class AuthorizationFilter extends HttpFilter implements FilterPriority
This filter is used to call a Jakarta Authorization system module at the start of an HTTP request.

Note, this Filter should be installed after the AuthorizationPre filter, and after the AuthenticationFilter, but before any application filters.

Author:
Arjan Tijms
See Also:
Serialized Form