Class BasicJWKCredentialFactoryBean

All Implemented Interfaces:
Aware, BeanClassLoaderAware, BeanFactoryAware, DisposableBean, FactoryBean<BasicJWKCredential>, InitializingBean

public class BasicJWKCredentialFactoryBean extends AbstractCredentialFactoryBean<BasicJWKCredential>
Factory bean for Basic JSON Web Keys (JWK).
Since:
2.2.0
  • Field Details

    • log

      @Nonnull private final org.slf4j.Logger log
      Class logger.
    • jwkResource

      @Nullable private Resource jwkResource
      Where the private key is to be found.
    • failIfResourceIsNull

      private boolean failIfResourceIsNull
      Should the factory throw an exception if the resource is null?.
    • symmetricKeyAlgorithm

      @Nonnull private String symmetricKeyAlgorithm
      The JCA algorithm name to use if the key to be converted is a symmetric key. Default is AES.
  • Constructor Details

    • BasicJWKCredentialFactoryBean

      public BasicJWKCredentialFactoryBean()
      Constructor.
  • Method Details