Package | Description |
---|---|
org.springframework.security.config.annotation.web.builders | |
org.springframework.security.config.annotation.web.configurers.openid |
Modifier and Type | Method and Description |
---|---|
OpenIDLoginConfigurer<HttpSecurity> |
HttpSecurity.openidLogin()
Allows configuring OpenID based authentication.
|
Modifier and Type | Method and Description |
---|---|
OpenIDLoginConfigurer<H> |
OpenIDLoginConfigurer.AttributeExchangeConfigurer.and()
Get the
OpenIDLoginConfigurer to customize the OpenID configuration further |
OpenIDLoginConfigurer<H> |
OpenIDLoginConfigurer.authenticationUserDetailsService(AuthenticationUserDetailsService<OpenIDAuthenticationToken> authenticationUserDetailsService)
The
AuthenticationUserDetailsService to use. |
OpenIDLoginConfigurer<H> |
OpenIDLoginConfigurer.consumer(OpenIDConsumer consumer)
Allows specifying the
OpenIDConsumer to be used. |
OpenIDLoginConfigurer<H> |
OpenIDLoginConfigurer.consumerManager(org.openid4java.consumer.ConsumerManager consumerManager)
Allows specifying the
ConsumerManager to be used. |
OpenIDLoginConfigurer<H> |
OpenIDLoginConfigurer.loginPage(String loginPage)
Specifies the URL to send users to if login is required.
|
OpenIDLoginConfigurer<H> |
OpenIDLoginConfigurer.loginProcessingUrl(String loginProcessingUrl)
Specifies the URL used to authenticate OpenID requests.
|
Copyright © 2019. All rights reserved.