Package-level declarations
Types
A IdentityProvider with Closeable resources. Users SHOULD call close when done with the provider to ensure any held resources are properly released.
Common Identity attribute keys
Resolves identities for a service client
Composite IdentityProvider that delegates to a chain of providers. When asked for identity, providers are consulted in the order given until one succeeds. If none of the providers in the chain can provide an identity then this class will throw an exception. The exception will include the providers tried in the message. Each individual exception is available as a suppressed exception.
Identity providers configured for the SDK.
The IdentityProvider experienced an error during Identity resolution
Properties
The name of the IdentityProvider that sourced this Identity
Functions
Treat a single identity provider as IdentityProviderConfig