Liking cljdoc? Tell your friends :D

keycloak.authz


authz-clientclj

(authz-client client-conf-input-stream)
source

create-resource!clj

(create-resource! authz-client name type-urn scopes-urn)
source

create-role-policyclj

(create-role-policy keycloak-client
                    realm-name
                    client-id
                    role-name
                    resource-id
                    scopes-id)
source

delete-resourceclj

(delete-resource authz-client name)
source

delete-resource!clj

(delete-resource! authz-client name)
source

find-resource-by-idclj

(find-resource-by-id authz-client id)
source

find-resource-by-nameclj

(find-resource-by-name authz-client name)
source

get-authorization-resourceclj

(get-authorization-resource keycloak-client realm-name client-id)
source

resourceclj

(resource name type-urn scopes-urn)
source

resource-clientclj

(resource-client authz-client)
source

scopeclj

(scope scope-urn)

create a scope representation object (eg. "urn:hello-world-authz:scopes:view")

create a scope representation object (eg. "urn:hello-world-authz:scopes:view")
sourceraw docstring

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

× close