Package io.quarkus.oidc.common
Interface OidcResponseFilter
public interface OidcResponseFilter
Response filter which can be used to intercept HTTP responses from the OIDC provider.
Filter can be restricted to a specific OIDC endpoint with a
OidcEndpoint annotation.-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final recordOIDC response context which provides access to the HTTP response status code, headers and body. -
Method Summary
Modifier and TypeMethodDescriptionvoidfilter(OidcResponseFilter.OidcResponseContext responseContext) Filter OIDC responses.
-
Method Details
-
filter
Filter OIDC responses.- Parameters:
responseContext- the response context which provides access to the HTTP response status code, headers and body.
-