|
|
|
@ -167,7 +167,7 @@ public class DelegatingAuthenticationEntryPoint implements AuthenticationEntryPo |
|
|
|
* @author Rob Winch |
|
|
|
* @author Rob Winch |
|
|
|
* @since 7.0 |
|
|
|
* @since 7.0 |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
public static class Builder { |
|
|
|
public static final class Builder { |
|
|
|
|
|
|
|
|
|
|
|
private @Nullable AuthenticationEntryPoint defaultEntryPoint; |
|
|
|
private @Nullable AuthenticationEntryPoint defaultEntryPoint; |
|
|
|
|
|
|
|
|
|
|
|
@ -223,6 +223,9 @@ public class DelegatingAuthenticationEntryPoint implements AuthenticationEntryPo |
|
|
|
return new DelegatingAuthenticationEntryPoint(defaultEntryPoint, this.entryPoints); |
|
|
|
return new DelegatingAuthenticationEntryPoint(defaultEntryPoint, this.entryPoints); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
private Builder() { |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
|