Class BasicJWKReferenceCredential

    • Field Detail

      • referenceUri

        private URI referenceUri
        A reference to a JWK.
    • Constructor Detail

      • BasicJWKReferenceCredential

        public BasicJWKReferenceCredential()
        Constructor.
      • BasicJWKReferenceCredential

        public BasicJWKReferenceCredential​(URI uri)
        Constructor.
        Parameters:
        uri - A reference to a JWK.
    • Method Detail

      • setReferenceURI

        public void setReferenceURI​(URI uri)
        Set the reference to a JWK.
        Parameters:
        uri - What to set.
      • getReferenceURI

        public URI getReferenceURI()
        Get the reference URI to the remote JWK.
        Specified by:
        getReferenceURI in interface JWKReferenceCredential
        Returns:
        The reference URI to the remote JWK.