Package | Description |
---|---|
org.mitre.oauth2.introspectingfilter | |
org.mitre.oauth2.introspectingfilter.service.impl |
Modifier and Type | Method and Description |
---|---|
IntrospectionConfigurationService |
IntrospectingTokenService.getIntrospectionConfigurationService() |
Modifier and Type | Method and Description |
---|---|
void |
IntrospectingTokenService.setIntrospectionConfigurationService(IntrospectionConfigurationService introspectionUrlProvider) |
Modifier and Type | Class and Description |
---|---|
class |
JWTParsingIntrospectionConfigurationService
Parses the incoming accesstoken as a JWT and determines the issuer based on
the "iss" field inside the JWT.
|
class |
StaticIntrospectionConfigurationService
Always provides the (configured) IntrospectionURL and RegisteredClient regardless
of token.
|
Copyright © 2022. All rights reserved.