Uses of Class
com.clevercloud.biscuit.error.Error.Parser
-
Packages that use Error.Parser Package Description com.clevercloud.biscuit.token Classes related to creating and verifying Biscuit tokenscom.clevercloud.biscuit.token.builder Builder interface to create tokens and caveats -
-
Uses of Error.Parser in com.clevercloud.biscuit.token
Methods in com.clevercloud.biscuit.token that throw Error.Parser Modifier and Type Method Description AuthorizerAuthorizer. add_check(String s)AuthorizerAuthorizer. add_fact(String s)AuthorizerAuthorizer. add_policy(String s)AuthorizerAuthorizer. add_rule(String s)Set<Fact>Authorizer. query(String s)Set<Fact>Authorizer. query(String s, RunLimits limits) -
Uses of Error.Parser in com.clevercloud.biscuit.token.builder
Methods in com.clevercloud.biscuit.token.builder that throw Error.Parser Modifier and Type Method Description BiscuitBiscuit. add_authority_check(String s)BiscuitBiscuit. add_authority_fact(String s)BiscuitBiscuit. add_authority_rule(String s)BlockBlock. add_check(String s)BlockBlock. add_fact(String s)BlockBlock. add_rule(String s)
-