Has Role
From Dontopedia, the open, paraconsistent wiki. (Last updated 2026-06-08.)
Has Role has 8 facts recorded in Dontopedia across 5 references, with 3 live disagreements.
Mostly:rdf:type(3), rdfs:label(2), role value(2)
Maturity scale
raw canonical shape-checked rule-derived certifiedRdf:typein disputerdf:type
- Authorization Rule[4]all time · Ee55a421 3b97 40ac 9455 82eb0d51123d
- Role Checker[3]all time · 069be841 C579 4d59 969c 85f56907b777
- Role Requirement[2]all time · 9b30cca2 329d 4863 9796 241cd5864dc2
Rdfs:labelin disputerdfs:label
Role Valuein disputeroleValue
Inverse ofinverseOf
- Ant Matchers[1]all time · 86dd0c55 4279 450f B832 Cfae801dc960
Inbound mentions (2)
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.
containsContains(1)
- Security Config Snippet
ex:security-config-snippet
inverseOfInverse of(1)
- Ant Matchers
ex:antMatchers
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 (5)
- custom
ctx:claims/beam/86dd0c55-4279-450f-b832-cfae801dc960- full textbeam-chunktext/plain1 KB
doc:beam/86dd0c55-4279-450f-b832-cfae801dc960Show excerpt
super.configure(http); http .authorizeRequests() .antMatchers("/admin/**").hasRole("ADMIN") .antMatchers("/user/**").hasRole("USER") .anyRequest().permitAll(); // Disa…
- custom
ctx:claims/beam/9b30cca2-329d-4863-9796-241cd5864dc2 - custom
ctx:claims/beam/069be841-c579-4d59-969c-85f56907b777- full textbeam-chunktext/plain1 KB
doc:beam/069be841-c579-4d59-969c-85f56907b777Show excerpt
import org.springframework.security.web.authentication.session.SessionAuthenticationStrategy; @Configuration @EnableWebSecurity @ComponentScan(basePackageClasses = KeycloakSecurityComponents.class) public class SecurityConfig extends Keycl…
- custom
ctx:claims/beam/ee55a421-3b97-40ac-9455-82eb0d51123d- full textbeam-chunktext/plain1 KB
doc:beam/ee55a421-3b97-40ac-9455-82eb0d51123dShow excerpt
.antMatchers("/admin/**").hasRole("ADMIN") .antMatchers("/user/**").hasRole("USER") .permitAll(); } } ``` How do I configure the 3 validation steps, and what are the best practices for securing my app…
- custom
ctx:claims/beam/189f9024-e0e9-4713-a3bb-803cb8a232d8- full textbeam-chunktext/plain1 KB
doc:beam/189f9024-e0e9-4713-a3bb-803cb8a232d8Show excerpt
import org.springframework.security.web.authentication.session.SessionAuthenticationStrategy; @Configuration @EnableWebSecurity @ComponentScan(basePackageClasses = KeycloakSecurityComponents.class) public class SecurityConfig extends Keycl…
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.