Class Scope
- java.lang.Object
-
- org.biscuitsec.biscuit.token.builder.Scope
-
public class Scope extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Scopeauthority()Scopeconvert(SymbolTable symbols)static Scopeconvert_from(Scope scope, SymbolTable symbols)booleanequals(Object o)inthashCode()static Scopeparameter(String parameter)static Scopeprevious()static ScopepublicKey(PublicKey publicKey)StringtoString()
-
-
-
Method Detail
-
authority
public static Scope authority()
-
previous
public static Scope previous()
-
convert
public Scope convert(SymbolTable symbols)
-
convert_from
public static Scope convert_from(Scope scope, SymbolTable symbols)
-
-