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
AFilter
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 Classes Modifier and Type Class Description static class
EncryptedPrivateKeyJwtClientAuthenticationFilter.Builder
Builder class for creating the Encrypted PrivateKey Jwt ClientAuthentication Filter.
-
Field Summary
-
Fields inherited from class org.forgerock.http.oauth2.PrivateKeyJwtClientAuthenticationFilter
secretsProvider
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static EncryptedPrivateKeyJwtClientAuthenticationFilter.Builder
encryptedPrivateKeyJwtClientAuthenticationFilter()
Creates a new builder forEncryptedPrivateKeyJwtClientAuthenticationFilter
.-
Methods inherited from class org.forgerock.http.oauth2.PrivateKeyJwtClientAuthenticationFilter
filter, privateKeyJwtClientAuthenticationFilter
-
-
-
-
Method Detail
-
encryptedPrivateKeyJwtClientAuthenticationFilter
public static EncryptedPrivateKeyJwtClientAuthenticationFilter.Builder encryptedPrivateKeyJwtClientAuthenticationFilter()
Creates a new builder forEncryptedPrivateKeyJwtClientAuthenticationFilter
.- Returns:
- new
EncryptedPrivateKeyJwtClientAuthenticationFilter
builder instance.
-
-