Class SpringAddonsServerAuthenticationEntryPoint
java.lang.Object
com.c4_soft.springaddons.security.oidc.starter.reactive.client.SpringAddonsServerAuthenticationEntryPoint
- All Implemented Interfaces:
org.springframework.security.web.server.ServerAuthenticationEntryPoint
public class SpringAddonsServerAuthenticationEntryPoint
extends Object
implements org.springframework.security.web.server.ServerAuthenticationEntryPoint
-
Constructor Summary
ConstructorsConstructorDescriptionSpringAddonsServerAuthenticationEntryPoint(SpringAddonsOidcClientProperties addonsProperties) -
Method Summary
-
Constructor Details
-
SpringAddonsServerAuthenticationEntryPoint
public SpringAddonsServerAuthenticationEntryPoint(SpringAddonsOidcClientProperties addonsProperties)
-
-
Method Details
-
commence
public reactor.core.publisher.Mono<Void> commence(org.springframework.web.server.ServerWebExchange exchange, org.springframework.security.core.AuthenticationException ex) - Specified by:
commencein interfaceorg.springframework.security.web.server.ServerAuthenticationEntryPoint
-