Uses of Class
cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusRegisteredClient
Packages that use HerodotusRegisteredClient
Package
Description
-
Uses of HerodotusRegisteredClient in cn.herodotus.engine.oauth2.data.jpa.converter
Methods in cn.herodotus.engine.oauth2.data.jpa.converter that return HerodotusRegisteredClientModifier and TypeMethodDescriptionOAuth2ToHerodotusRegisteredClientConverter.convert(org.springframework.security.oauth2.server.authorization.client.RegisteredClient registeredClient) Methods in cn.herodotus.engine.oauth2.data.jpa.converter with parameters of type HerodotusRegisteredClientModifier and TypeMethodDescriptionorg.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) -
Uses of HerodotusRegisteredClient in cn.herodotus.engine.oauth2.data.jpa.repository
Methods in cn.herodotus.engine.oauth2.data.jpa.repository that return types with arguments of type HerodotusRegisteredClientModifier and TypeMethodDescriptionHerodotusRegisteredClientRepository.findByClientId(String clientId) 根据 ClientId 查询 RegisteredClient -
Uses of HerodotusRegisteredClient in cn.herodotus.engine.oauth2.data.jpa.service
Methods in cn.herodotus.engine.oauth2.data.jpa.service that return types with arguments of type HerodotusRegisteredClientModifier and TypeMethodDescriptionHerodotusRegisteredClientService.findByClientId(String clientId) cn.herodotus.engine.data.core.repository.BaseRepository<HerodotusRegisteredClient,String> HerodotusRegisteredClientService.getRepository()