Liking cljdoc? Tell your friends :D

keycloak.reconciliation


apply-groups-planclj

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

apply-planclj

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

apply-roles-planclj

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

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

groups-planclj

(groups-plan keycloak-client realm-name desired-groups)
source

role-mappings-planclj

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

Make a role plan, all considered roles must be given as input and the desired role-mappings as {"username" {:realm-roles ["role1"] :client-roles {:client-id1 ["role2"]}}} return a map with keys as :realm-role-mapping/additions and deletions with a map of user to roles NB: only realm roles for the moment

Make a role plan, all considered roles must be given as input and the desired role-mappings as {"username" {:realm-roles ["role1"]
                                                                                                               :client-roles {:client-id1  ["role2"]}}}
return a map with keys as :realm-role-mapping/additions and deletions with a map of user to roles
NB: only realm roles for the moment
sourceraw docstring

users-planclj

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

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

× close