Uses of Class
org.forgerock.openig.fapi.dcr.SoftwareStatement.Builder
Packages that use SoftwareStatement.Builder
Package
Description
This package contains classes related to the OAuth2.0 Dynamic Client Registration (DCR) protocol.
-
Uses of SoftwareStatement.Builder in org.forgerock.openig.fapi.dcr
Methods in org.forgerock.openig.fapi.dcr that return SoftwareStatement.BuilderModifier and TypeMethodDescriptionstatic SoftwareStatement.Builder
SoftwareStatement.builder()
Create a newSoftwareStatement.Builder
to buildSoftwareStatement
objects.SoftwareStatement.Builder.clientName
(String clientName) Set the client name.Set the issuer name of the Trusted Directory that issued the software statement.SoftwareStatement.Builder.jwksLocator
(Choice<URI, JWKSet> jwksLocator) Set the JWKSet locator.SoftwareStatement.Builder.organisationId
(String organisationId) Set the organisation ID.SoftwareStatement.Builder.organisationName
(String organisationName) Set the organisation name.SoftwareStatement.Builder.redirectUris
(List<URI> redirectUris) Set the redirect URIs.Set the roles.SoftwareStatement.Builder.softwareId
(String softwareId) Set the software ID.SoftwareStatement.Builder.softwareStatementAssertion
(SignedJwt softwareStatementAssertion) Set the software statement assertion.