Package com.clevercloud.biscuit.error
Class LogicError.InvalidBlockRule
- java.lang.Object
-
- com.clevercloud.biscuit.error.LogicError
-
- com.clevercloud.biscuit.error.LogicError.InvalidBlockRule
-
- Enclosing class:
- LogicError
public static class LogicError.InvalidBlockRule extends LogicError
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.clevercloud.biscuit.error.LogicError
LogicError.AuthorizerNotEmpty, LogicError.InvalidAmbientFact, LogicError.InvalidAuthorityFact, LogicError.InvalidBlockFact, LogicError.InvalidBlockRule, LogicError.MatchedPolicy, LogicError.NoMatchingPolicy, LogicError.Unauthorized
-
-
Constructor Summary
Constructors Constructor Description InvalidBlockRule(long id, String e)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)inthashCode()com.google.gson.JsonElementtoJson()StringtoString()-
Methods inherited from class com.clevercloud.biscuit.error.LogicError
failed_checks
-
-
-
-
Field Detail
-
id
public final long id
-
e
public final String e
-
-
Constructor Detail
-
InvalidBlockRule
public InvalidBlockRule(long id, String e)
-
-
Method Detail
-
toJson
public com.google.gson.JsonElement toJson()
- Overrides:
toJsonin classLogicError
-
-