Uses of Class
com.inrupt.client.uma.NeedInfo
Packages that use NeedInfo
Package
Description
User Managed Access support for the Inrupt Java Client Libraries.
-
Uses of NeedInfo in com.inrupt.client.uma
Methods in com.inrupt.client.uma that return types with arguments of type NeedInfoModifier and TypeMethodDescriptionNeedInfo.ofErrorResponse(ErrorResponse error) Create an optionalNeedInfoobject from anErrorResponse.Method parameters in com.inrupt.client.uma with type arguments of type NeedInfoModifier and TypeMethodDescriptionUmaClient.token(URI tokenEndpoint, TokenRequest tokenRequest, Function<NeedInfo, CompletionStage<ClaimToken>> claimMapper) Fetch the UMA token resource.