Class 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 of token validation.
    Version:
    2019-01-10
    Author:
    Rob Winch, Josh Cummings
    • Constructor Detail

      • JWKSecurityContext

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