package com.qianwen.core.secure.provider; public interface IClientDetailsService { IClientDetails loadClientByClientId(String clientId); }