类 RegisteredServiceImpl

java.lang.Object
io.github.mangocrisp.spring.taybct.auth.service.impl.RegisteredServiceImpl
所有已实现的接口:
IRegisteredService

@AutoConfiguration @Service public class RegisteredServiceImpl extends Object implements IRegisteredService
IRegisteredService 实现
  • 字段详细资料

    • passwordEncoder

      final org.springframework.security.crypto.password.PasswordEncoder passwordEncoder
    • registeredClientRepository

      final org.springframework.security.oauth2.server.authorization.client.RegisteredClientRepository registeredClientRepository
    • jdbcTemplate

      @Nullable final org.springframework.jdbc.core.JdbcTemplate jdbcTemplate
    • TABLE_NAME

      private static final String TABLE_NAME
      另请参阅:
    • PK_FILTER

      private static final String PK_FILTER
      另请参阅:
  • 构造器详细资料

    • RegisteredServiceImpl

      public RegisteredServiceImpl()
  • 方法详细资料