Uses of Class
org.casbin.jcasbin.model.Assertion
-
Packages that use Assertion Package Description org.casbin.jcasbin.main org.casbin.jcasbin.model -
-
Uses of Assertion in org.casbin.jcasbin.main
Methods in org.casbin.jcasbin.main with parameters of type Assertion Modifier and Type Method Description private int
ManagementEnforcer. getElementIndex(Assertion policy, java.lang.String elementName)
getElementIndex returns the index of a specific element.Method parameters in org.casbin.jcasbin.main with type arguments of type Assertion Modifier and Type Method Description private java.lang.String[]
Enforcer. getPermissionsPackFunc(java.util.Map.Entry<java.lang.String,Assertion> entry, java.lang.String pType, java.lang.String user, java.lang.String... domain)
get the match field value, used to field filters. -
Uses of Assertion in org.casbin.jcasbin.model
Fields in org.casbin.jcasbin.model with type parameters of type Assertion Modifier and Type Field Description java.util.Map<java.lang.String,java.util.Map<java.lang.String,Assertion>>
Policy. model
-