Class HerodotusOidcUserInfoMapper
java.lang.Object
cn.herodotus.engine.oauth2.authentication.oidc.HerodotusOidcUserInfoMapper
- All Implemented Interfaces:
Function<org.springframework.security.oauth2.server.authorization.oidc.authentication.OidcUserInfoAuthenticationContext,org.springframework.security.oauth2.core.oidc.OidcUserInfo>
public class HerodotusOidcUserInfoMapper
extends Object
implements Function<org.springframework.security.oauth2.server.authorization.oidc.authentication.OidcUserInfoAuthenticationContext,org.springframework.security.oauth2.core.oidc.OidcUserInfo>
Description: TODO
- Author:
- : gengwei.zheng
- Date:
- : 2022/10/15 11:58
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.security.oauth2.core.oidc.OidcUserInfoapply(org.springframework.security.oauth2.server.authorization.oidc.authentication.OidcUserInfoAuthenticationContext authenticationContext)
-
Constructor Details
-
HerodotusOidcUserInfoMapper
public HerodotusOidcUserInfoMapper()
-
-
Method Details
-
apply
public org.springframework.security.oauth2.core.oidc.OidcUserInfo apply(org.springframework.security.oauth2.server.authorization.oidc.authentication.OidcUserInfoAuthenticationContext authenticationContext)
-