Liking cljdoc? Tell your friends :D

puppetlabs.rbac-client.services.rbac


api-url->status-urlclj

(api-url->status-url api-url)

Given an RBAC api-url, convert that to the related status URL

Given an RBAC api-url, convert that to the related status URL
sourceraw docstring

cert-allowed?clj

(cert-allowed? context ssl-client-cn)
source

group-ids-str->uuidsclj

(group-ids-str->uuids subject-map)
source

identity-provider-id-str->uuidclj

(identity-provider-id-str->uuid subject-map)
source

parse-subjectclj

(parse-subject subject)
source

perm-str->mapclj

(perm-str->map perm-str)

Given a permission string of the form <object_type>:<action>:(<instance>|*), return a map that represents the permission. COPY-PASTE: https://github.com/puppetlabs/pe-rbac-service/blob/master/src/clj/puppetlabs/rbac/services/consumer.clj

Given a permission string of the form <object_type>:<action>:(<instance>|*),
return a map that represents the permission.
COPY-PASTE: https://github.com/puppetlabs/pe-rbac-service/blob/master/src/clj/puppetlabs/rbac/services/consumer.clj
sourceraw docstring

rbac-clientclj

(rbac-client client rbac-url method path)
(rbac-client client rbac-url method path opts)

Wrap the json caller adding :throw-body to opts

Wrap the json caller adding :throw-body to opts
sourceraw docstring

remote-rbac-consumer-serviceclj

source

request-certs-outputclj

(request-certs-output prefix client ssl-client-cn)
(request-certs-output prefix client ssl-client-cn throw-error?)
source

str->uuidclj

(str->uuid str-uuid)

Convert a string into a UUID. If the object is already a UUID return it

Convert a string into a UUID. If the object is already a UUID return it
sourceraw docstring

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

× close