(make-permission p)
Builds a Permission
based on colon-separated string, like "user:write".
Permission may be exact one, may have wildcard-action or have both domain
and actions wildcarded. In this case a :wildcard?
is set to true and both
fields contain a wildcard symbol "*" as a value.
Builds a `Permission` based on colon-separated string, like "user:write". Permission may be exact one, may have wildcard-action or have both domain and actions wildcarded. In this case a `:wildcard?` is set to true and both fields contain a wildcard symbol "*" as a value.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close