Package org.forgerock.http.oauth2
Class EncryptedPrivateKeyJwtClientAuthenticationFilter
java.lang.Object
org.forgerock.http.oauth2.PrivateKeyJwtClientAuthenticationFilter
org.forgerock.http.oauth2.EncryptedPrivateKeyJwtClientAuthenticationFilter
- All Implemented Interfaces:
Filter
public class EncryptedPrivateKeyJwtClientAuthenticationFilter
extends PrivateKeyJwtClientAuthenticationFilter
A
Filter implementation to add the client credentials to request as signed then encrypted private key jwt as
per the OpenID Connect Client
Authentication specification.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classBuilder class for creating the Encrypted PrivateKey Jwt ClientAuthentication Filter. -
Method Summary
Modifier and TypeMethodDescriptionCreates a new builder forEncryptedPrivateKeyJwtClientAuthenticationFilter.Methods inherited from class org.forgerock.http.oauth2.PrivateKeyJwtClientAuthenticationFilter
filter, privateKeyJwtClientAuthenticationFilter
-
Method Details
-
encryptedPrivateKeyJwtClientAuthenticationFilter
public static EncryptedPrivateKeyJwtClientAuthenticationFilter.Builder encryptedPrivateKeyJwtClientAuthenticationFilter()Creates a new builder forEncryptedPrivateKeyJwtClientAuthenticationFilter.- Returns:
- new
EncryptedPrivateKeyJwtClientAuthenticationFilterbuilder instance.
-