Package io.strimzi.kafka.oauth.common
package io.strimzi.kafka.oauth.common
-
ClassDescriptionThis extension of OAuthBearerToken provides a way to associate any additional information with the token at run time, that is cached for the duration of the client session.Configuration handling classThe exception used to signal a configuration errorA helper class to apply configuration override mechanism to a
java.util.Propertiesobject.The helper class with methods used in multiple places.Helper class with methods to handle deprecated config optionsA TokenProvider that uses a file as a token source.An exception that signals an error status while performing a HTTP request.HttpTask<T>An interface that allows a started task to directly throw an IOException.A helper class that performs all network calls using java.net.HttpURLConnection.A helper class that contains commonly used methods for I/O operationsHelper methods to work with JSONThe helper class with logging helper methods used in multiple placesAn interface defining a callback that receives success and failure callbacks with request timesAn interface to convert from Nimbus Jose JWTPayloadobject to Jackson DatabindJsonNodeobjectA class with methods to authenticate a user or a client to the authorization server's token endpoint, and obtain an access token in the form of aTokenInfoobject.An object with logic for extracting a principal name (i.e.A class containing helper methods that deal with SSL / TLSA TokenProvider that contains an immutable token that is returned every time aStaticTokenProvider.token()method is called.A helper class containing time functionsTokenInfo encapsulates the information about the access token.A class with methods for introspecting a JWT tokenA contract for a class that provides a token