Interface Initable
- All Known Subinterfaces:
AccessTokenRetriever
,CloseableVerificationKeyResolver
- All Known Implementing Classes:
FileTokenRetriever
,HttpAccessTokenRetriever
,JwksFileVerificationKeyResolver
,RefreshingHttpsJwks
,RefreshingHttpsJwksVerificationKeyResolver
public interface Initable
-
Method Summary
Modifier and TypeMethodDescriptiondefault void
init()
Lifecycle method to perform any one-time initialization of the retriever.
-
Method Details
-
init
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
-