All Classes and Interfaces
Class
Description
Credentials used by OIDC client to authenticate to OIDC token and other secured endpoints.
Deprecated, for removal: This API element is subject to removal in a future version.
Supports the client authentication `client_secret_jwt` and `private_key_jwt` methods, which involves sending a JWT
token assertion signed with a client secret or private key.
Supports the client authentication `client_secret_jwt` and `private_key_jwt` methods, which involves sending a JWT
token assertion signed with a client secret or private key.
CredentialsProvider, which provides a client secret.
CredentialsProvider, which provides a client secret.
Supports the client authentication methods that involve sending a client secret.
Supports the client authentication methods that involve sending a client secret.
Builder for the
OidcClientCommonConfig.Credentials config.The
OidcClientCommonConfig.Credentials.Provider builder.The
OidcClientCommonConfig.Credentials.Secret builder.Deprecated, for removal: This API element is subject to removal in a future version.
use
OidcCommonConfigBuilder to create the Proxy configDeprecated, for removal: This API element is subject to removal in a future version.
use
OidcCommonConfigBuilder to create the TLS configAnnotation that can be used to restrict
OidcRequestFilter to specific OIDC endpointsRequest filter which can be used to customize requests such as the verification JsonWebKey set and token grant requests
which are made from the OIDC adapter to the OIDC provider.
OIDC request context which provides access to the HTTP request headers and body, as well as context properties.
Response filter which can be used to intercept HTTP responses from the OIDC provider.
OIDC response context which provides access to the HTTP response status code, headers and body.
OidcClientCommonConfigBuilder.CredentialsBuilder