keycloak_admin
From Dontopedia, the open, paraconsistent wiki. (Last updated 2026-06-11.)
keycloak_admin has 20 facts recorded in Dontopedia across 4 references, with 5 live disagreements.
Mostly:rdf:type(3), has method(3), calls(3)
Maturity scale
raw canonical shape-checked rule-derived certifiedInbound mentions (6)
Other subjects in dontopedia point AT this entity as a value. These are inverse relationships — e.g. "X motherOf this subject" — and answer questions the forward facts can't. Grouped by predicate.
belongsToManyBelongs to Many(1)
- Assign Role Method
ex:assign_role-method
containsInitializationContains Initialization(1)
- Init Code Block
ex:init-code-block
hasValueHas Value(1)
- Keycloak Admin Variable
ex:keycloak-admin-variable
initializesInitializes(1)
- Keycloak Admin Init
ex:keycloak-admin-init
isManagedByIs Managed by(1)
- Realm
ex:realm
rdf:typeRdf:type(1)
- Keycloak Admin Instance
ex:keycloak-admin-instance
Other facts (18)
The long tail: predicates that appear too rarely to warrant their own section. Filter or scroll to find a specific one. Each row links to its source.
| Predicate | Value | Ref |
|---|---|---|
| Rdf:type | Administration Api | [1] |
| Rdf:type | Keycloak Admin Client | [3] |
| Rdf:type | Keycloak Administration Object | [4] |
| Has Method | Update Realm Method | [1] |
| Has Method | Set Caches Method | [1] |
| Has Method | Set Sessions Method | [1] |
| Calls | Update Realm Method | [1] |
| Calls | Set Caches Method | [1] |
| Calls | Set Sessions Method | [1] |
| Has Init Parameter | Server Url Parameter | [3] |
| Has Init Parameter | Username Parameter | [3] |
| Has Init Parameter | Password Parameter | [3] |
| Method Name | get_user | [3] |
| Method Name | assign_role | [3] |
| Variable Name | keycloak_admin | [2] |
| Manages | Realm | [2] |
| Initialized With | Init Code Block | [3] |
| Instantiates Class | Keycloak Admin Class | [3] |
Timeline
Timeline axis is valid_time — when each source says the fact was true in the world, not when Dontopedia learned about it. Retracted rows are kept for provenance; coloured stripes indicate the context kind.
References (4)
ctx:claims/beam/c0e4ac54-1ffe-440d-a852-51854210cc39- full textbeam-chunktext/plain1 KB
doc:beam/c0e4ac54-1ffe-440d-a852-51854210cc39Show excerpt
realm["offlineSessionIdleTimeout"] = 43200 # Online Session Max Lifespan (seconds) # Update realm settings keycloak_admin.update_realm(realm=realm) # Update cache settings keycloak_admin.set_caches( realm_name="example-realm", us…
ctx:claims/beam/efeb6980-16eb-4364-aa8d-3fdd283f4bf2- full textbeam-chunktext/plain1 KB
doc:beam/efeb6980-16eb-4364-aa8d-3fdd283f4bf2Show excerpt
# Assign the role to a user user = keycloak_admin.get_user("user-id") keycloak_admin.assign_role(user, role) # Restrict access to sensitive scores # ??? How do I do this ??? ``` ->-> 3,7 [Turn 6441] Assistant: To enforce role-based access…
ctx:claims/beam/38adac0a-f0b1-4e02-b78b-3afcd8302bf3- full textbeam-chunktext/plain1 KB
doc:beam/38adac0a-f0b1-4e02-b78b-3afcd8302bf3Show excerpt
user = keycloak_admin.get_user("my-username") keycloak_admin.assign_role(user, role) # Try to limit exposure to 1% of the data # ... but I'm not sure how to do this part ``` ->-> 8,16 [Turn 9313] Assistant: To set up access control using …
ctx:claims/beam/f216d1ac-3f4a-4b43-b90a-ffab517cb825- full textbeam-chunktext/plain1 KB
doc:beam/f216d1ac-3f4a-4b43-b90a-ffab517cb825Show excerpt
Next, assign the appropriate roles to users based on their access level. ```python # Assign roles to users user_id = "my-user-id" # Assign full access role keycloak_admin.assign_role(user_id=user_id, role_id=full_access_role["id"]) # Ass…
See also
Keep researching
Missing something or suspicious of what's here? Kick off a research session — a Claude agent will investigate, cite its sources, and file new facts into a dedicated context you can review before accepting into the shared view.