mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-29 15:22:15 +00:00
Format DelegatingAuthenticationEntryPoint
This commit is contained in:
parent
d190b7e6a9
commit
3aebf11700
@ -45,6 +45,7 @@ public class DelegatingAuthenticationEntryPoint implements AuthenticationEntryPo
|
|||||||
DelegateEntry... entryPoints) {
|
DelegateEntry... entryPoints) {
|
||||||
this(Arrays.asList(entryPoints));
|
this(Arrays.asList(entryPoints));
|
||||||
}
|
}
|
||||||
|
|
||||||
public DelegatingAuthenticationEntryPoint(
|
public DelegatingAuthenticationEntryPoint(
|
||||||
List<DelegateEntry> entryPoints) {
|
List<DelegateEntry> entryPoints) {
|
||||||
this.entryPoints = Flux.fromIterable(entryPoints);
|
this.entryPoints = Flux.fromIterable(entryPoints);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user