inMemoryAuthentication
From Dontopedia, the open, paraconsistent wiki. (Last updated 2026-06-08.)
inMemoryAuthentication has 9 facts recorded in Dontopedia across 2 references, with 1 live disagreement.
Mostly:stores(2), adds user(1), configured in(1)
Maturity scale
raw canonical shape-checked rule-derived certifiedInbound mentions (3)
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.
configuresConfigures(1)
- Configure Authentication Manager Builder
ex:configure-authentication-manager-builder
invokesMethodInvokes Method(1)
- Authentication Manager Builder
ex:authentication-manager-builder
patternPattern(1)
- User Class
ex:User-class
Other facts (8)
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 |
|---|---|---|
| Stores | User Admin | [2] |
| Stores | User User | [2] |
| Adds User | Admin User | [1] |
| Configured in | Configure Method | [1] |
| Configuration Type | in-memory-user-details | [1] |
| Rdf:type | Java Method | [2] |
| Chain Method | With User Admin | [2] |
| Configures | User Admin | [2] |
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 (2)
ctx:claims/beam/a5768352-d7fe-41a1-9dbd-dd59ec4cc547- full textbeam-chunktext/plain1 KB
doc:beam/a5768352-d7fe-41a1-9dbd-dd59ec4cc547Show excerpt
Assume you have a custom authentication provider that assigns roles to users. For simplicity, let's use an in-memory user details service. ```java import org.springframework.context.annotation.Bean; import org.springframework.context.anno…
ctx:claims/beam/17e2adb7-61d7-4474-bc6f-399030ad2fa7- full textbeam-chunktext/plain1 KB
doc:beam/17e2adb7-61d7-4474-bc6f-399030ad2fa7Show excerpt
public class SecurityConfig extends WebSecurityConfigurerAdapter { @Override protected void configure(AuthenticationManagerBuilder auth) throws Exception { auth.inMemoryAuthentication() .withUser("admin").passwo…
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.