Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
extenda
/
openapi-httpserver-java
Public
Notifications
You must be signed in to change notification settings
Fork
1
Star
3
Code
Issues
0
Pull requests
1
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
feat: Support securitySchemes
- #60
#60
Merged
thced
merged 23 commits into
master
extenda/openapi-httpserver-java:master
from
feat/security-schemes-design
extenda/openapi-httpserver-java:feat/security-schemes-design
Copy head branch name to clipboard
May 18, 2026
Conversation
Commits
23
(23)
Checks
Files changed
Merged
feat: Support securitySchemes
#60
thced
merged 23 commits into
master
extenda/openapi-httpserver-java:master
from
feat/security-schemes-design
extenda/openapi-httpserver-java:feat/security-schemes-design
Copy head branch name to clipboard
Commits
Commits on May 18, 2026
docs: Security schemes (OpenAPI 3.1) design spec
Show description for 555b3aa
thced
committed
555b3aa
View commit details
Copy full SHA for 555b3aa
Browse repository at this point
docs: Security schemes implementation plan (16 tasks)
thced
committed
8767a93
View commit details
Copy full SHA for 8767a93
Browse repository at this point
feat(spec): Add SecurityScheme sealed model + parser
thced
committed
33c3ece
View commit details
Copy full SHA for 33c3ece
Browse repository at this point
feat(spec): Add SecurityRequirement model + parser
thced
committed
e7f1295
View commit details
Copy full SHA for e7f1295
Browse repository at this point
fix(spec): Drop unused @SuppressWarnings on parseRequirements
thced
committed
94100e8
View commit details
Copy full SHA for 94100e8
Browse repository at this point
feat(spec): Parse securitySchemes + root security into Spec
thced
committed
2df1385
View commit details
Copy full SHA for 2df1385
Browse repository at this point
feat(spec): Add per-operation security with root-override semantics
Show description for 017ea20
thced
committed
017ea20
View commit details
Copy full SHA for 017ea20
Browse repository at this point
feat: Add public Credential sealed type and SchemeValidator interface
thced
committed
7a99f14
View commit details
Copy full SHA for 7a99f14
Browse repository at this point
feat(internal): Add CredentialExtractor for apiKey/bearer/basic
thced
committed
83b9937
View commit details
Copy full SHA for 83b9937
Browse repository at this point
feat: Add Request.principals and withPrincipals immutable copy
thced
committed
fa3a490
View commit details
Copy full SHA for fa3a490
Browse repository at this point
feat(internal): SecurityFilter happy path (single-scheme allow)
Show description for aa9732b
thced
committed
aa9732b
View commit details
Copy full SHA for aa9732b
Browse repository at this point
feat(internal): SecurityFilter renders 401/403 with WWW-Authenticate
Show description for 480bc43
thced
committed
480bc43
View commit details
Copy full SHA for 480bc43
Browse repository at this point
test(internal): Cover OR-of-AND evaluation in SecurityFilter
thced
committed
e11ce37
View commit details
Copy full SHA for e11ce37
Browse repository at this point
feat: Add securityValidator and useExternalAuthentication builder methods
thced
committed
5b35d8f
View commit details
Copy full SHA for 5b35d8f
Browse repository at this point
feat: Wire SecurityFilter into the request-processing chain
thced
committed
dbd03c9
View commit details
Copy full SHA for dbd03c9
Browse repository at this point
feat: Fail fast at boot if security validators are missing
Show description for 8e82dcc
thced
committed
8e82dcc
View commit details
Copy full SHA for 8e82dcc
Browse repository at this point
test(internal): Cover useExternalAuthentication bypass in SecurityFilter
thced
committed
9e816f8
View commit details
Copy full SHA for 9e816f8
Browse repository at this point
test: Add /api/v1/secure/* operations and securitySchemes fixture
Show description for 6ee6910
thced
committed
6ee6910
View commit details
Copy full SHA for 6ee6910
Browse repository at this point
test: SecurityIT — end-to-end 200/401/403 + external-auth bypass
thced
committed
cb0ed29
View commit details
Copy full SHA for cb0ed29
Browse repository at this point
docs: Document security schemes, validators, principals, and external-auth opt-out
thced
committed
91de0e9
View commit details
Copy full SHA for 91de0e9
Browse repository at this point
fix: Address Sonar S1192 and S107 in security additions
thced
committed
4553f99
View commit details
Copy full SHA for 4553f99
Browse repository at this point
fix(internal): Use HTTP status constants and record pattern in SecurityFilter
thced
committed
5ddd64f
View commit details
Copy full SHA for 5ddd64f
Browse repository at this point
fix(internal): Use deconstruction pattern for GroupOutcome.Allowed
thced
committed
7302fc4
View commit details
Copy full SHA for 7302fc4
Browse repository at this point
You can’t perform that action at this time.