All Known Subinterfaces:
AccessTokenRetriever, CloseableVerificationKeyResolver
All Known Implementing Classes:
FileTokenRetriever, HttpAccessTokenRetriever, JwksFileVerificationKeyResolver, RefreshingHttpsJwks, RefreshingHttpsJwksVerificationKeyResolver

public interface Initable
  • Method Summary

    Modifier and Type
    Method
    Description
    default void
    Lifecycle method to perform any one-time initialization of the retriever.
  • Method Details

    • init

      default void init() throws IOException
      Lifecycle method to perform any one-time initialization of the retriever. This must be performed by the caller to ensure the correct state before methods are invoked.
      Throws:
      IOException - Thrown on errors related to IO during initialization