Uses of Class
org.forgerock.macaroons.MacaroonVerifierResult
- 
Packages that use MacaroonVerifierResult Package Description org.forgerock.macaroons Implementation of Macaroons: Cookies with contextual caveats for decentralized authorization in the cloud. SeeMacaroonfor more details. - 
- 
Uses of MacaroonVerifierResult in org.forgerock.macaroons
Methods in org.forgerock.macaroons that return types with arguments of type MacaroonVerifierResult Modifier and Type Method Description Promise<MacaroonVerifierResult,RejectedMacaroonException>MacaroonVerifier. verify(Macaroon macaroon)Verifies the given macaroon using any valid verification key and testing to see that all caveats are satisfied. 
 -