1
0
mirror of synced 2026-05-22 21:33:16 +00:00

Format DelegatingAuthenticationEntryPoint

This commit is contained in:
Rob Winch
2017-09-12 10:23:00 -05:00
parent d190b7e6a9
commit 3aebf11700
@@ -45,6 +45,7 @@ public class DelegatingAuthenticationEntryPoint implements AuthenticationEntryPo
DelegateEntry... entryPoints) {
this(Arrays.asList(entryPoints));
}
public DelegatingAuthenticationEntryPoint(
List<DelegateEntry> entryPoints) {
this.entryPoints = Flux.fromIterable(entryPoints);