Liking cljdoc? Tell your friends :D

clojail.jvm


contextclj

(context & dom)

Create an access control context out of domains.

Create an access control context out of domains.
sourceraw docstring

domainclj

(domain perms & [code-source])

Create a protection domain out of permissions.

Create a protection domain out of permissions.
sourceraw docstring

jvm-sandboxclj

(jvm-sandbox thunk context)

Run a function inside of a security context.

Run a function inside of a security context.
sourceraw docstring

permissionsclj

(permissions & permissions)

Create a new Permissions object with all of the permissions passed. accessDeclaredMembers is added by default.

Create a new Permissions object with all of the permissions passed.
accessDeclaredMembers is added by default.
sourceraw docstring

priv-actionclj

(priv-action thunk)

Create a one-off privileged action with a run method that just runs the function you pass.

Create a one-off privileged action with a run method that just runs the
function you pass.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close