Class BasicExpiringJWTSharedSecretCredentialFactoryBean

    • Field Detail

      • secret

        @Nullable
        private String secret
        The secret to use when creating a BasicJWKCredential.
      • jcaAlg

        @Nullable
        private String jcaAlg
        The JCA algorithm to set on the SecretKey. Defaults to AES.
      • alg

        @Nullable
        private com.nimbusds.jose.Algorithm alg
        The key management algorithm ('alg') this credential supports.
      • credentialExpiresAt

        @Nonnull
        private Duration credentialExpiresAt
        When the credential expires in seconds since 1970-01-01T0:0:0Z. 0 seconds represents no expiry. Defaults to 0.
    • Constructor Detail

      • BasicExpiringJWTSharedSecretCredentialFactoryBean

        public BasicExpiringJWTSharedSecretCredentialFactoryBean()
        Constructor.