Class InlineJwksProvider

java.lang.Object
org.opensaml.xmlsec.keyinfo.impl.provider.AbstractKeyInfoProvider
net.shibboleth.oidc.metadata.keyinfo.ext.impl.provider.InlineJwksProvider
All Implemented Interfaces:
KeyInfoProvider

public class InlineJwksProvider extends AbstractKeyInfoProvider
Implementation of KeyInfoProvider which provides basic support for extracting a JWKCredential child of KeyInfo. The value is expected to be either a Base64-encoded value of either a single JWK credential or a JSON array of JWK credentials.
  • Field Details

    • log

      private final org.slf4j.Logger log
      Class logger.
  • Constructor Details

    • InlineJwksProvider

      public InlineJwksProvider()
  • Method Details