Package org.biscuitsec.biscuit.datalog
Class Scope
- java.lang.Object
-
- org.biscuitsec.biscuit.datalog.Scope
-
public class Scope extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classScope.Kind
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Scopeauthority()static io.vavr.control.Either<Error.FormatError,Scope>deserialize(Schema.Scope scope)booleanequals(Object o)inthashCode()Scope.Kindkind()static Scopeprevious()longpublicKey()static ScopepublicKey(long publicKey)Schema.Scopeserialize()StringtoString()
-
-
-
Method Detail
-
authority
public static Scope authority()
-
previous
public static Scope previous()
-
publicKey
public static Scope publicKey(long publicKey)
-
kind
public Scope.Kind kind()
-
publicKey
public long publicKey()
-
serialize
public Schema.Scope serialize()
-
deserialize
public static io.vavr.control.Either<Error.FormatError,Scope> deserialize(Schema.Scope scope)
-
-