All Classes and Interfaces
Classes
Class
Description
The BearerTokenValidator provides static utility methods to validate and
decode Bearer JWT tokens.
The CallbackServlet provides the servlet endpoint for handling the OpenID
Connect (OIDC) authorization code callback.
The class OidcApi implements a rest api endpoint to debug oidc data
CombinedAuthenticationMechanism provides a custom Jakarta Security
AuthenticationMechanism that supports both OpenID Connect (OIDC) login and
Bearer token authentication.
This handler is responsible to redirect the user during the oidc
authentication flow
The OidcConfig is a CDI config bean used to provide the config values for the
Securitybean.This is a json wrapper class used internal for token validation
The TokenValidator is used to validate OIDC access tokens against the
identity provider
Service to fetch additional user information from the OIDC UserInfo endpoint.