Security Config Class
From Dontopedia, the open, paraconsistent wiki. (Last updated 2026-06-08.)
Security Config Class has 15 facts recorded in Dontopedia across 2 references, with 3 live disagreements.
Mostly:contains method(3), annotation(2), annotated with(2)
Maturity scale
raw canonical shape-checked rule-derived certifiedInbound mentions (1)
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.
configuredInConfigured in(1)
- Admin User
ex:admin-user
Other facts (15)
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 |
|---|---|---|
| Contains Method | Security Filter Chain | [1] |
| Contains Method | Jwt Decoder | [1] |
| Contains Method | Jwt Authentication Converter | [1] |
| Annotation | Configuration | [2] |
| Annotation | Enable Web Security | [2] |
| Annotated With | Configuration | [2] |
| Annotated With | EnableWebSecurity | [2] |
| Rdf:type | Spring Security Configuration | [1] |
| Java Type | Web Security Configurer Adapter | [2] |
| Java Visibility | protected | [2] |
| Extends | WebSecurityConfigurerAdapter | [2] |
| Purpose | security-configuration | [2] |
| Bean | true | [2] |
| Visibility | public | [2] |
| Spring Bean | true | [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/b891e3c5-1fc3-420a-80d9-5e4fa872e375- full textbeam-chunktext/plain1 KB
doc:beam/b891e3c5-1fc3-420a-80d9-5e4fa872e375Show excerpt
public SecurityFilterChain securityFilterChain(HttpSecurity http) throws Exception { http .authorizeHttpRequests(authorize -> authorize .requestMatchers("/public/**").permitAll() .anyR…
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…
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.