类的使用
cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusRegisteredClient
程序包
说明
-
cn.herodotus.engine.oauth2.data.jpa.converter中HerodotusRegisteredClient的使用
修饰符和类型方法说明OAuth2ToHerodotusRegisteredClientConverter.convert(org.springframework.security.oauth2.server.authorization.client.RegisteredClient registeredClient) 修饰符和类型方法说明org.springframework.security.oauth2.server.authorization.settings.ClientSettingsHerodotusToOAuth2RegisteredClientConverter.getClientSettings(HerodotusRegisteredClient details) HerodotusToOAuth2RegisteredClientConverter.getScopes(HerodotusRegisteredClient details) org.springframework.security.oauth2.server.authorization.settings.TokenSettingsHerodotusToOAuth2RegisteredClientConverter.getTokenSettings(HerodotusRegisteredClient details) -
cn.herodotus.engine.oauth2.data.jpa.repository中HerodotusRegisteredClient的使用
修饰符和类型方法说明HerodotusRegisteredClientRepository.findByClientId(String clientId) 根据 ClientId 查询 RegisteredClient -
cn.herodotus.engine.oauth2.data.jpa.service中HerodotusRegisteredClient的使用
修饰符和类型方法说明HerodotusRegisteredClientService.findByClientId(String clientId) cn.herodotus.engine.data.core.repository.BaseRepository<HerodotusRegisteredClient,String> HerodotusRegisteredClientService.getRepository()