Liking cljdoc? Tell your friends :D

keycloak.reconciliation


apply-users-planclj

(apply-users-plan keycloak-client realm-name plan)
source

find-additionsclj

(find-additions k current desired)

find items in desired coll missing from the current coll

find items in desired coll missing from the current coll
sourceraw docstring

find-deletionsclj

(find-deletions k current desired)

find items in current coll missing from the desired coll

find items in current coll missing from the desired coll
sourceraw docstring

find-differentsclj

(find-differents k current desired)

find items in current coll that are different from the ones in the desired coll

find items in current coll that are different from the ones in the desired coll
sourceraw docstring

make-role-mappings-planclj

(make-role-mappings-plan keycloak-client realm-name roles desired-role-mappings)
source

make-user-roles-planclj

(make-user-roles-plan keycloak-client realm-name desired-users)
source

make-users-planclj

(make-users-plan keycloak-client realm-name desired-users)
source

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

× close