Package com.clevercloud.biscuit.error
Class LogicError.InvalidBlockFact
- java.lang.Object
-
- com.clevercloud.biscuit.error.LogicError
-
- com.clevercloud.biscuit.error.LogicError.InvalidBlockFact
-
- Enclosing class:
- LogicError
public static class LogicError.InvalidBlockFact 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 InvalidBlockFact(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
-
InvalidBlockFact
public InvalidBlockFact(long id, String e)
-
-
Method Detail
-
toJson
public com.google.gson.JsonElement toJson()
- Overrides:
toJsonin classLogicError
-
-