Package | Description |
---|---|
org.springframework.security.config.annotation.web.configurers.openid | |
org.springframework.security.openid |
Authenticates standard web browser users via OpenID.
|
Modifier and Type | Method and Description |
---|---|
OpenIDLoginConfigurer<H> |
OpenIDLoginConfigurer.authenticationUserDetailsService(AuthenticationUserDetailsService<OpenIDAuthenticationToken> authenticationUserDetailsService)
The
AuthenticationUserDetailsService to use. |
Modifier and Type | Method and Description |
---|---|
OpenIDAuthenticationToken |
OpenID4JavaConsumer.endConsumption(javax.servlet.http.HttpServletRequest request) |
OpenIDAuthenticationToken |
OpenIDConsumer.endConsumption(javax.servlet.http.HttpServletRequest req) |
Modifier and Type | Method and Description |
---|---|
protected Authentication |
OpenIDAuthenticationProvider.createSuccessfulAuthentication(UserDetails userDetails,
OpenIDAuthenticationToken auth)
Handles the creation of the final Authentication object which will be returned by the provider.
|
Modifier and Type | Method and Description |
---|---|
void |
OpenIDAuthenticationProvider.setAuthenticationUserDetailsService(AuthenticationUserDetailsService<OpenIDAuthenticationToken> userDetailsService)
Used to load the
UserDetails for the authenticated OpenID user. |
Copyright © 2019. All rights reserved.