Class HvlOidcUserInfoMapper

java.lang.Object
tr.com.havelsan.javarch.oauth.auth.starter.oidc.mapper.HvlOidcUserInfoMapper
All Implemented Interfaces:
Function<org.springframework.security.oauth2.server.authorization.oidc.authentication.OidcUserInfoAuthenticationContext,org.springframework.security.oauth2.core.oidc.OidcUserInfo>

@Component public class HvlOidcUserInfoMapper extends Object implements Function<org.springframework.security.oauth2.server.authorization.oidc.authentication.OidcUserInfoAuthenticationContext,org.springframework.security.oauth2.core.oidc.OidcUserInfo>
Mapper bean from OidcUserInfoAuthenticationContext to OidcUserInfo.
  • Constructor Details

  • Method Details

    • apply

      public org.springframework.security.oauth2.core.oidc.OidcUserInfo apply(org.springframework.security.oauth2.server.authorization.oidc.authentication.OidcUserInfoAuthenticationContext oidcUserInfoAuthenticationContext)
      Specified by:
      apply in interface Function<org.springframework.security.oauth2.server.authorization.oidc.authentication.OidcUserInfoAuthenticationContext,org.springframework.security.oauth2.core.oidc.OidcUserInfo>