| Package | Description |
|---|---|
| org.forgerock.authz.modules.oauth2 |
| Modifier and Type | Method and Description |
|---|---|
static OAuth2CrestAuthorizationModule |
OAuth2Authorization.forCrest(HttpClientHandler httpClientHandler,
String tokenInfoEndpoint,
String userInfoEndpoint,
Set<String> requiredScopes)
Creates a new
OAuth2CrestAuthorizationModule with the provided configuration parameters. |
static OAuth2CrestAuthorizationModule |
OAuth2Authorization.forCrest(HttpClientHandler httpClientHandler,
String tokenInfoEndpoint,
String userInfoEndpoint,
Set<String> requiredScopes,
boolean cacheEnabled,
int cacheSize)
Creates a new
OAuth2CrestAuthorizationModule with the provided configuration parameters. |
Copyright © 2025 Open Identity Platform Community. All rights reserved.