Class LoginPageGeneratingWebFilter

  • All Implemented Interfaces:
    org.springframework.web.server.WebFilter

    public class LoginPageGeneratingWebFilter
    extends java.lang.Object
    implements org.springframework.web.server.WebFilter
    Generates a default log in page used for authenticating users.
    Since:
    5.0
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      reactor.core.publisher.Mono<java.lang.Void> filter​(org.springframework.web.server.ServerWebExchange exchange, org.springframework.web.server.WebFilterChain chain)  
      void setFormLoginEnabled​(boolean enabled)  
      void setOauth2AuthenticationUrlToClientName​(java.util.Map<java.lang.String,​java.lang.String> oauth2AuthenticationUrlToClientName)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LoginPageGeneratingWebFilter

        public LoginPageGeneratingWebFilter()
    • Method Detail

      • setFormLoginEnabled

        public void setFormLoginEnabled​(boolean enabled)
      • setOauth2AuthenticationUrlToClientName

        public void setOauth2AuthenticationUrlToClientName​(java.util.Map<java.lang.String,​java.lang.String> oauth2AuthenticationUrlToClientName)
      • filter

        public reactor.core.publisher.Mono<java.lang.Void> filter​(org.springframework.web.server.ServerWebExchange exchange,
                                                                  org.springframework.web.server.WebFilterChain chain)
        Specified by:
        filter in interface org.springframework.web.server.WebFilter