Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

APIs should Use Supplier<? extends @Nullable Authentication> #17814

Closed
Assignees
Labels
in: coreAn issue in spring-security-core type: bugA general bug
Milestone
@rwinch

Description

Using Supplier<@Nullable Authentication> prevents Supplier<Authentication> from being passed in. Instead we should use Supplier<? extends @Nullable Authentication> which allows both a null and non-null Authentication

Metadata

Metadata

Assignees

Labels

in: coreAn issue in spring-security-core type: bugA general bug

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    AltStyle によって変換されたページ (->オリジナル) /