Uses of Class
org.forgerock.macaroons.RejectedMacaroonException
- 
Packages that use RejectedMacaroonException Package Description org.forgerock.macaroons Implementation of Macaroons: Cookies with contextual caveats for decentralized authorization in the cloud. SeeMacaroonfor more details. - 
- 
Uses of RejectedMacaroonException in org.forgerock.macaroons
Methods in org.forgerock.macaroons that return types with arguments of type RejectedMacaroonException 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. 
 -