Class AbstractAuthorizationFilter

java.lang.Object
jakarta.servlet.GenericFilter
jakarta.servlet.http.HttpFilter
net.ltgt.oidc.servlet.AbstractAuthorizationFilter
All Implemented Interfaces:
Filter, FilterConfig, Serializable
Direct Known Subclasses:
HasRoleFilter, IsAuthenticatedFilter

public abstract class AbstractAuthorizationFilter extends HttpFilter
Base class for filters that redirect to the OpenID Provider when the user is not authorized.

Requests that are authorized (and pass down the filter chain) are additionally marked with the IS_PRIVATE_REQUEST_ATTRIBUTE_NAME attribute.

Subclasses should be installed after the UserFilter.

See Also: