Class OidcUserSource
java.lang.Object
org.springframework.security.oauth2.client.oidc.userinfo.OidcUserSource
The source for the converter to
OidcUser.- Since:
- 7.0
-
Constructor Summary
ConstructorsConstructorDescriptionOidcUserSource(OidcUserRequest userRequest) OidcUserSource(OidcUserRequest userRequest, @Nullable org.springframework.security.oauth2.core.oidc.OidcUserInfo userInfo, @Nullable org.springframework.security.oauth2.core.user.OAuth2User oauth2User) -
Method Summary
Modifier and TypeMethodDescription@Nullable org.springframework.security.oauth2.core.user.OAuth2User@Nullable org.springframework.security.oauth2.core.oidc.OidcUserInfo
-
Constructor Details
-
OidcUserSource
-
OidcUserSource
public OidcUserSource(OidcUserRequest userRequest, @Nullable org.springframework.security.oauth2.core.oidc.OidcUserInfo userInfo, @Nullable org.springframework.security.oauth2.core.user.OAuth2User oauth2User)
-
-
Method Details
-
getUserRequest
-
getUserInfo
public @Nullable org.springframework.security.oauth2.core.oidc.OidcUserInfo getUserInfo() -
getOauth2User
public @Nullable org.springframework.security.oauth2.core.user.OAuth2User getOauth2User()
-