类的使用
cn.herodotus.stirrup.logic.sas.jpa.entity.HerodotusRegisteredClient
程序包
说明
-
cn.herodotus.stirrup.logic.sas.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.stirrup.logic.sas.jpa.repository中HerodotusRegisteredClient的使用
修饰符和类型方法说明HerodotusRegisteredClientRepository.findByClientId(String clientId) 根据 ClientId 查询 RegisteredClient -
cn.herodotus.stirrup.logic.sas.jpa.service中HerodotusRegisteredClient的使用
修饰符和类型方法说明HerodotusRegisteredClientService.findByClientId(String clientId) cn.herodotus.stirrup.data.crud.repository.BaseJpaRepository<HerodotusRegisteredClient, String> HerodotusRegisteredClientService.getRepository()