Uses of Class
org.forgerock.openig.fapi.dcr.SoftwareStatement
Packages that use SoftwareStatement
Package
Description
This package contains services for managing FAPI API clients.
This package contains service implementations which use IDM as the data store.
This package contains classes related to the OAuth2.0 Dynamic Client Registration (DCR) protocol.
This package contains filter classes related to
RegistrationRequest
processing and validation.This package contains classes which support the FAPI Trusted Directory.
-
Uses of SoftwareStatement in org.forgerock.openig.fapi.apiclient.service
Methods in org.forgerock.openig.fapi.apiclient.service with parameters of type SoftwareStatementModifier and TypeMethodDescriptionApiClientOrganisationService.create
(Context context, SoftwareStatement softwareStatement) Creates anApiClientOrganisation
in the data store.ApiClientService.create
(Context context, String oAuth2ClientId, SoftwareStatement softwareStatement) Creates anApiClient
using aSoftwareStatement
provides as part of the DCR request.ApiClientService.update
(Context context, String oAuth2ClientId, SoftwareStatement softwareStatement) Updates anApiClient
using DCR data. -
Uses of SoftwareStatement in org.forgerock.openig.fapi.apiclient.service.idm
Methods in org.forgerock.openig.fapi.apiclient.service.idm with parameters of type SoftwareStatementModifier and TypeMethodDescriptionIdmApiClientOrganisationService.create
(Context context, SoftwareStatement softwareStatement) Creates anApiClientOrganisation
in IDM.IdmApiClientService.create
(Context context, String oAuth2ClientId, SoftwareStatement softwareStatement) Creates an ApiClient in IDM.IdmApiClientService.update
(Context context, String oAuth2ClientId, SoftwareStatement softwareStatement) Updates an ApiClient in IDM. -
Uses of SoftwareStatement in org.forgerock.openig.fapi.dcr
Methods in org.forgerock.openig.fapi.dcr that return SoftwareStatement -
Uses of SoftwareStatement in org.forgerock.openig.fapi.dcr.request
Methods in org.forgerock.openig.fapi.dcr.request that return SoftwareStatementModifier and TypeMethodDescriptionRegistrationRequest.getSoftwareStatement()
Get theSoftwareStatement
extracted from the client's registration request.Constructors in org.forgerock.openig.fapi.dcr.request with parameters of type SoftwareStatementModifierConstructorDescriptionRegistrationRequest
(SoftwareStatement softwareStatement, JsonValue clientMetadata) Constructor. -
Uses of SoftwareStatement in org.forgerock.openig.fapi.trusteddirectory
Methods in org.forgerock.openig.fapi.trusteddirectory that return types with arguments of type SoftwareStatementModifier and TypeMethodDescriptionTrustedDirectoryService.decodeSoftwareStatementAssertion
(String softwareStatementAssertionJwtString) Decodes aSoftwareStatement
from a software statement assertion JWT String.