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 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)
      Specified by:
      apply in interface Function<org.springframework.security.oauth2.server.authorization.oidc.authentication.OidcUserInfoAuthenticationContext,org.springframework.security.oauth2.core.oidc.OidcUserInfo>