public class HttpBasicServerAuthenticationEntryPoint extends java.lang.Object implements ServerAuthenticationEntryPoint
Constructor and Description |
---|
HttpBasicServerAuthenticationEntryPoint() |
Modifier and Type | Method and Description |
---|---|
reactor.core.publisher.Mono<java.lang.Void> |
commence(org.springframework.web.server.ServerWebExchange exchange,
AuthenticationException e)
Initiates the authentication flow
|
void |
setRealm(java.lang.String realm)
Sets the realm to be used
|
public HttpBasicServerAuthenticationEntryPoint()
public reactor.core.publisher.Mono<java.lang.Void> commence(org.springframework.web.server.ServerWebExchange exchange, AuthenticationException e)
ServerAuthenticationEntryPoint
commence
in interface ServerAuthenticationEntryPoint
Mono<Void>
to indicate when the request for authentication is completepublic void setRealm(java.lang.String realm)
realm
- the realm. Default is "Realm"