Class | Description |
---|---|
DynamicRegistrationClientConfigurationService | |
DynamicServerConfigurationService |
Dynamically fetches OpenID Connect server configurations based on the issuer.
|
EncryptedAuthRequestUrlBuilder | |
HybridClientConfigurationService |
Houses both a static client configuration and a dynamic client configuration
service in one object.
|
HybridIssuerService |
Issuer service that tries to parse input from the inputs from a third-party
account chooser service (if possible), but falls back to webfinger discovery
if not.
|
HybridServerConfigurationService |
Houses both a static server configuration and a dynamic server configuration
service in one object.
|
InMemoryRegisteredClientService | |
JsonFileRegisteredClientService | |
PlainAuthRequestUrlBuilder |
Builds an auth request redirect URI with normal query parameters.
|
SignedAuthRequestUrlBuilder | |
StaticAuthRequestOptionsService |
Always returns the same set of options.
|
StaticClientConfigurationService |
Client configuration service that holds a static map from issuer URL to a ClientDetails object to use at that issuer.
|
StaticServerConfigurationService |
Statically configured server configuration service that maps issuer URLs to server configurations to use at that issuer.
|
StaticSingleIssuerService | |
ThirdPartyIssuerService |
Determines the issuer using an account chooser or other third-party-initiated login
|
WebfingerIssuerService |
Use Webfinger to discover the appropriate issuer for a user-given input string.
|
Copyright © 2018. All rights reserved.