Package | Description |
---|---|
org.mitre.oauth2.introspectingfilter.service.impl | |
org.mitre.openid.connect.client | |
org.mitre.openid.connect.client.service.impl |
Modifier and Type | Method and Description |
---|---|
ServerConfigurationService |
JWTParsingIntrospectionConfigurationService.getServerConfigurationService() |
Modifier and Type | Method and Description |
---|---|
void |
JWTParsingIntrospectionConfigurationService.setServerConfigurationService(ServerConfigurationService serverConfigurationService) |
Modifier and Type | Method and Description |
---|---|
ServerConfigurationService |
OIDCAuthenticationFilter.getServerConfigurationService() |
Modifier and Type | Method and Description |
---|---|
void |
OIDCAuthenticationFilter.setServerConfigurationService(ServerConfigurationService servers) |
Modifier and Type | Class and Description |
---|---|
class |
DynamicServerConfigurationService
Dynamically fetches OpenID Connect server configurations based on the issuer.
|
class |
HybridServerConfigurationService
Houses both a static server configuration and a dynamic server configuration
service in one object.
|
class |
StaticServerConfigurationService
Statically configured server configuration service that maps issuer URLs to server configurations to use at that issuer.
|
Copyright © 2018. All rights reserved.