Uses of Class
com.inrupt.client.uma.ClaimToken
Packages that use ClaimToken
Package
Description
User Managed Access support for the Inrupt Java Client Libraries.
-
Uses of ClaimToken in com.inrupt.client.uma
Methods in com.inrupt.client.uma that return ClaimTokenMethods in com.inrupt.client.uma that return types with arguments of type ClaimTokenModifier and TypeMethodDescriptionClaimGatheringHandler.gather()
Gather a claim token asynchronously.TokenRequest.getClaimToken()
Method parameters in com.inrupt.client.uma with type arguments of type ClaimTokenModifier and TypeMethodDescriptionUmaClient.token
(URI tokenEndpoint, TokenRequest tokenRequest, Function<NeedInfo, CompletionStage<ClaimToken>> claimMapper) Fetch the UMA token resource.Constructors in com.inrupt.client.uma with parameters of type ClaimTokenModifierConstructorDescriptionTokenRequest
(String ticket, String pct, String rpt, ClaimToken claimToken, List<String> scopes)