Class OAuth2ApplicationToRegisteredClientConverter

java.lang.Object
cn.herodotus.engine.logic.identity.definition.AbstractOAuth2RegisteredClientConverter<OAuth2Application>
cn.herodotus.engine.logic.identity.converter.OAuth2ApplicationToRegisteredClientConverter
All Implemented Interfaces:
RegisteredClientConverter<OAuth2Application>, org.springframework.core.convert.converter.Converter<OAuth2Application,org.springframework.security.oauth2.server.authorization.client.RegisteredClient>

public class OAuth2ApplicationToRegisteredClientConverter extends AbstractOAuth2RegisteredClientConverter<OAuth2Application>

Description: OAuth2Application 转 RegisteredClient 转换器

Author:
: gengwei.zheng
Date:
: 2023/5/21 19:04
  • Constructor Details

    • OAuth2ApplicationToRegisteredClientConverter

      public OAuth2ApplicationToRegisteredClientConverter()