类 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
  • 构造器详细资料

    • HerodotusOidcUserInfoMapper

      public HerodotusOidcUserInfoMapper()
  • 方法详细资料

    • apply

      public org.springframework.security.oauth2.core.oidc.OidcUserInfo apply(org.springframework.security.oauth2.server.authorization.oidc.authentication.OidcUserInfoAuthenticationContext authenticationContext)
      指定者:
      apply 在接口中 Function<org.springframework.security.oauth2.server.authorization.oidc.authentication.OidcUserInfoAuthenticationContext,org.springframework.security.oauth2.core.oidc.OidcUserInfo>