Package | Description |
---|---|
org.mitre.openid.connect.client | |
org.mitre.openid.connect.client.service.impl |
Modifier and Type | Method and Description |
---|---|
IssuerService |
OIDCAuthenticationFilter.getIssuerService() |
Modifier and Type | Method and Description |
---|---|
void |
OIDCAuthenticationFilter.setIssuerService(IssuerService issuerService) |
Modifier and Type | Class and Description |
---|---|
class |
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.
|
class |
StaticSingleIssuerService |
class |
ThirdPartyIssuerService
Determines the issuer using an account chooser or other third-party-initiated login
|
class |
WebfingerIssuerService
Use Webfinger to discover the appropriate issuer for a user-given input string.
|
Copyright © 2018. All rights reserved.