Java org.springframework.security.web.authentication LoginUrlAuthenticationEntryPoint fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.security.web.authentication LoginUrlAuthenticationEntryPoint fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.security.web.authentication LoginUrlAuthenticationEntryPoint.

The text is from its open source code.

Subclass

org.springframework.security.web.authentication.LoginUrlAuthenticationEntryPoint has subclasses.
Click this link to see all its subclasses.

Constructor

Method

voidafterPropertiesSet()
voidcommence(HttpServletRequest request, HttpServletResponse response, AuthenticationException authException)
Performs the redirect (or forward) to the login form URL.
voidsetForceHttps(boolean forceHttps)
Set to true to force login form access to be via https.