Package io.strimzi.kafka.oauth.common


package io.strimzi.kafka.oauth.common
  • Class
    Description
    This 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 class
    The exception used to signal a configuration error
    A helper class to apply configuration override mechanism to a java.util.Properties object.
    The helper class with methods used in multiple places.
    Helper class with methods to handle deprecated config options
    A TokenProvider that uses a file as a token source.
    An exception that signals an error status while performing a HTTP request.
    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 operations
    Helper methods to work with JSON
    The helper class with logging helper methods used in multiple places
    An interface defining a callback that receives success and failure callbacks with request times
    An interface to convert from Nimbus Jose JWT Payload object to Jackson Databind JsonNode object
    A 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 a TokenInfo object.
    An object with logic for extracting a principal name (i.e.
    A class containing helper methods that deal with SSL / TLS
    A TokenProvider that contains an immutable token that is returned every time a StaticTokenProvider.token() method is called.
    A helper class containing time functions
    TokenInfo encapsulates the information about the access token.
    A class with methods for introspecting a JWT token
    A contract for a class that provides a token