Uses of Package
org.forgerock.macaroons
Packages that use org.forgerock.macaroons
Package
Description
Implementation of
 Macaroons: Cookies with contextual caveats for decentralized
 authorization in the cloud. See 
Macaroon for more details.- 
Classes in org.forgerock.macaroons used by org.forgerock.macaroonsClassDescriptionGeneric interface for methods to verify that a caveat is satisfied.Convenience class for constructing a set of JSON-based 1st-party caveats for use with
Macaroon.addFirstPartyCaveat(JsonValue).Implements caveats that are structured as JSON objects.A macaroon is a cryptographically protected token which can be attenuated by appending caveats.Represents a caveat on a macaroon.A macaroon verifier is used to verify the caveats on aMacaroon.Indicates whether a macaroon was successfully verified or not.Indicates that a macaroon has been rejected by aMacaroonVerifierfor a reason other than being invalid.Determines how to serialize and deserialize macaroons into a string format.