public interface OAuth2TokenKeyService
| Modifier and Type | Method and Description |
|---|---|
default String |
retrieveTokenKeys(URI tokenKeysEndpointUri)
Deprecated.
gets removed in favor of
retrieveTokenKeys(URI, String)
with next major version 3.0.0 |
String |
retrieveTokenKeys(URI tokenKeysEndpointUri,
String zoneId)
Requests token web key set from OAuth Server.
|
@Deprecated default String retrieveTokenKeys(@Nonnull URI tokenKeysEndpointUri) throws OAuth2ServiceException
retrieveTokenKeys(URI, String)
with next major version 3.0.0retrieveTokenKeys(URI, String) except that zoneId is set to
null.OAuth2ServiceExceptionString retrieveTokenKeys(@Nonnull URI tokenKeysEndpointUri, @Nullable String zoneId) throws OAuth2ServiceException
tokenKeysEndpointUri - the token endpoint URI (jku).zoneId - the zone uuid of the tenant. Obligatory parameter in context of
multi-tenant IAS applications to make sure that the zone uuid
belongs to the IAS tenant.OAuth2ServiceException - in case of an error during the http request.Copyright © 2021. All rights reserved.