Class AuthorizationFilter

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

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