类 HerodotusOidcUserInfoMapper
java.lang.Object
cn.herodotus.engine.oauth2.authentication.oidc.HerodotusOidcUserInfoMapper
- 所有已实现的接口:
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
- 作者:
- : gengwei.zheng
- Date:
- : 2022/10/15 11:58
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明org.springframework.security.oauth2.core.oidc.OidcUserInfoapply(org.springframework.security.oauth2.server.authorization.oidc.authentication.OidcUserInfoAuthenticationContext authenticationContext)
-
构造器详细资料
-
HerodotusOidcUserInfoMapper
public HerodotusOidcUserInfoMapper()
-
-
方法详细资料
-
apply
public org.springframework.security.oauth2.core.oidc.OidcUserInfo apply(org.springframework.security.oauth2.server.authorization.oidc.authentication.OidcUserInfoAuthenticationContext authenticationContext)
-