Class JWKSetSourceWrapper<C extends SecurityContext>

    • Constructor Detail

      • JWKSetSourceWrapper

        public JWKSetSourceWrapper​(JWKSetSource<C> source)
        Creates a new JWK set wrapper.
        Parameters:
        source - The JWK set source to wrap. Must not be null.
    • Method Detail

      • getSource

        public JWKSetSource<C> getSource()
        Returns the wrapped JWK set source.
        Returns:
        The wrapped Jwk set source.
      • close

        public void close()
                   throws java.io.IOException
        Specified by:
        close in interface java.lang.AutoCloseable
        Specified by:
        close in interface java.io.Closeable
        Throws:
        java.io.IOException