All Classes and Interfaces
Class
Description
Abstraction for OAuth2 access token retrieval service function.
Implementation of
AccessTokenRetrieverService interface.Represents configuration settings for a particular
Cache region.This class holds the default configuration properties.
An Entry is a wrapper that encapsulates the actual
value stored in the cache as well as
creationTimeMillis and lastAccessTimeMillis
metadata about the entry itself.Very simple default
CacheManager implementation that retains all created Cache instances in
an in-memory ConcurrentMap.The default
ClientBuilder implementation.A disabled implementation that does nothing.
A disabled implementation that does nothing.
Interceptor that handle DPoP handshake during auth and adds DPoP header to regular requests.
Represents the OAuth2 access token returned by Authorization server.
This implementation represents client credentials specific to OAuth2 Authentication scheme.
Parses a
.properties source (string, file, stream, etc) and returns a Map<String,String>
that reflects the parsed properties.A
SoftHashMap is a memory-constrained map that stores its values in
SoftReferences.