Java org.springframework.security.config.annotation.web.configurers.openid OpenIDLoginConfigurer fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.security.config.annotation.web.configurers.openid OpenIDLoginConfigurer fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.security.config.annotation.web.configurers.openid OpenIDLoginConfigurer.

The text is from its open source code.

Field

AuthenticationUserDetailsServiceauthenticationUserDetailsService

Method

OpenIDLoginConfigurerloginPage(String loginPage)

Specifies the URL to send users to if login is required.

OpenIDLoginConfigurerloginProcessingUrl(String loginProcessingUrl)
Specifies the URL used to authenticate OpenID requests.