Uses of Class
org.forgerock.macaroons.Macaroon.Caveat
Package
Description
Implementation of
Macaroons: Cookies with contextual caveats for decentralized
authorization in the cloud. See
Macaroon
for more details.-
Uses of Macaroon.Caveat in org.forgerock.macaroons
Modifier and TypeMethodDescriptionMacaroon.getCaveats()
Returns a list of caveats associated with this macaroon.Macaroon.getFirstPartyCaveats()
Returns all of the first-party caveats attached to this macaroon.Macaroon.getThirdPartyCaveats()
Returns all of the third-party caveats attached to this macaroon.MacaroonVerifierResult.getUnsatisfiedCaveats()
Returns any caveats that are not satisfied for this macaroon.Modifier and TypeMethodDescriptionboolean
CaveatVerifier.isSatisfied
(Macaroon.Caveat caveat, Macaroon macaroon) Checks whether the given caveat is satisfied.boolean
JsonCaveatVerifier.isSatisfied
(Macaroon.Caveat caveat, Macaroon macaroon) ModifierConstructorDescriptionMacaroon
(String location, byte[] identifier, List<Macaroon.Caveat> caveats, byte[] tag) Constructs a Macaroon from constituent parts.