Class JWKSecurityContext

java.lang.Object
com.nimbusds.jose.proc.JWKSecurityContext
All Implemented Interfaces:
SecurityContext

public class JWKSecurityContext extends Object implements SecurityContext
A security context that contains JSON Web Keys (JWK). Typically, this would be used when the keys are evaluated outside the token validation.
Version:
2024-04-20
Author:
Rob Winch, Josh Cummings
  • Constructor Details

    • JWKSecurityContext

      public JWKSecurityContext(List<JWK> keys)
      Constructs a JWKSecurityContext with the provided parameters.
      Parameters:
      keys - The list of keys.
  • Method Details