Uses of Class
org.forgerock.openig.util.Choice
Packages that use Choice
Package
Description
This package contains classes related to the OAuth2.0 Dynamic Client Registration (DCR) protocol.
Miscellaneous utility classes.
-
Uses of Choice in org.forgerock.openig.fapi.dcr
Methods in org.forgerock.openig.fapi.dcr that return ChoiceMethods in org.forgerock.openig.fapi.dcr with parameters of type ChoiceModifier and TypeMethodDescriptionSoftwareStatement.Builder.jwksLocator
(Choice<URI, JWKSet> jwksLocator) Set the JWKSet locator. -
Uses of Choice in org.forgerock.openig.util
Methods in org.forgerock.openig.util that return ChoiceModifier and TypeMethodDescriptionstatic <V1,
V2> Choice<V1, V2> Choice.withValue1
(V1 value) Choose a value with typeV1
.static <V1,
V2> Choice<V1, V2> Choice.withValue2
(V2 value) Choose a value with typeV2
.