Uses of Class
org.forgerock.openig.fapi.apiclient.ApiClient.ApiClientBuilder
Packages that use ApiClient.ApiClientBuilder
Package
Description
This package contains classes which support the FAPI API client.
-
Uses of ApiClient.ApiClientBuilder in org.forgerock.openig.fapi.apiclient
Methods in org.forgerock.openig.fapi.apiclient that return ApiClient.ApiClientBuilderModifier and TypeMethodDescriptionstatic ApiClient.ApiClientBuilder
ApiClient.builder()
Create a newApiClient.ApiClientBuilder
.ApiClient.ApiClientBuilder.clientName
(String clientName) Set the clientName.ApiClient.ApiClientBuilder.deleted
(boolean deleted) Set the deleted flag.ApiClient.ApiClientBuilder.oAuth2ClientId
(String oAuth2ClientId) Set the oAuth2ClientId value.ApiClient.ApiClientBuilder.organisation
(ApiClientOrganisation organisation) Set the client's organisation.Set the client's roles.ApiClient.ApiClientBuilder.softwareId
(String softwareId) Set the softwareId.ApiClient.ApiClientBuilder.softwareStatementAssertion
(SignedJwt softwareStatementAssertion) Set the softwareStatementAssertion.ApiClient.ApiClientBuilder.withEmbeddedJwksSupplier
(JWKSet jwkSet) Configure the JWKS with an embeddedJWKSet
.ApiClient.ApiClientBuilder.withJwkSetSecretStore
(JwkSetSecretStore jwkSetSecretStore) Configure the JWKS with a remoteJWKSet
, using aJwkSetSecretStore
.ApiClient.ApiClientBuilder.withUriJwksSupplier
(URI jwksUri, JwkSetService jwkSetService) Configure the JWKS with a remoteJWKSet
, using theJwkSetService
to obtain theJwkSetSecretStore
for the jwks_uri.