Uses of Class
com.broadleafcommerce.auth.client.domain.OAuthClientRegistrationWrapper
Packages that use OAuthClientRegistrationWrapper
Package
Description
- 
Uses of OAuthClientRegistrationWrapper in com.broadleafcommerce.auth.client.autoconfigureMethods in com.broadleafcommerce.auth.client.autoconfigure that return types with arguments of type OAuthClientRegistrationWrapperModifier and TypeMethodDescriptionOAuthClientAutoConfiguration.clientRegistrationPropertiesService(org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties oAuth2ClientProperties) Method parameters in com.broadleafcommerce.auth.client.autoconfigure with type arguments of type OAuthClientRegistrationWrapperModifier and TypeMethodDescriptionOAuthClientAutoConfiguration.clientRegistrationRepository(OAuthClientRegistrationPersistenceService<OAuthClientRegistrationWrapper> oAuthClientRegistrationPersistenceService, ContextHelperService contextHelperService, ClientRegistrationPropertiesService<OAuthClientRegistrationWrapper> clientRegistrationPropertiesService) OAuthClientAutoConfiguration.clientRegistrationRepository(OAuthClientRegistrationPersistenceService<OAuthClientRegistrationWrapper> oAuthClientRegistrationPersistenceService, ContextHelperService contextHelperService, ClientRegistrationPropertiesService<OAuthClientRegistrationWrapper> clientRegistrationPropertiesService) 
- 
Uses of OAuthClientRegistrationWrapper in com.broadleafcommerce.auth.client.provider.jpa.autoconfigureMethods in com.broadleafcommerce.auth.client.provider.jpa.autoconfigure that return types with arguments of type OAuthClientRegistrationWrapperModifier and TypeMethodDescription<D extends com.broadleafcommerce.data.tracking.core.mapping.BusinessTypeAware & com.broadleafcommerce.data.tracking.core.mapping.ModelMapperMappable>
 OAuthClientRegistrationPersistenceService<OAuthClientRegistrationWrapper>OAuthClientPersistenceAutoConfiguration.oAuthClientRegistrationPersistenceService(OAuthClientRegistrationRepository<D> oAuthClientRegistrationRepository, SimplePayloadMapper mapper, OAuthClientRegistrationWrapperEntityValidator validator, ClientRegistrationPropertiesService<OAuthClientRegistrationWrapper> clientRegistrationPropertiesService, OAuthClientRegistrationUtils oAuthClientRegistrationUtils) Method parameters in com.broadleafcommerce.auth.client.provider.jpa.autoconfigure with type arguments of type OAuthClientRegistrationWrapperModifier and TypeMethodDescription<D extends com.broadleafcommerce.data.tracking.core.mapping.BusinessTypeAware & com.broadleafcommerce.data.tracking.core.mapping.ModelMapperMappable>
 OAuthClientRegistrationPersistenceService<OAuthClientRegistrationWrapper>OAuthClientPersistenceAutoConfiguration.oAuthClientRegistrationPersistenceService(OAuthClientRegistrationRepository<D> oAuthClientRegistrationRepository, SimplePayloadMapper mapper, OAuthClientRegistrationWrapperEntityValidator validator, ClientRegistrationPropertiesService<OAuthClientRegistrationWrapper> clientRegistrationPropertiesService, OAuthClientRegistrationUtils oAuthClientRegistrationUtils) 
- 
Uses of OAuthClientRegistrationWrapper in com.broadleafcommerce.auth.client.registrationClasses in com.broadleafcommerce.auth.client.registration with type parameters of type OAuthClientRegistrationWrapperModifier and TypeInterfaceDescriptioninterfaceThis service is intended to provideOAuthClientRegistrationWrapperobjects built fromOAuth2ClientPropertiesdefined through application properties.classThis service providesOAuthClientRegistrationWrapperobjects built fromOAuth2ClientPropertiesdefined through application properties.Methods in com.broadleafcommerce.auth.client.registration that return OAuthClientRegistrationWrapperModifier and TypeMethodDescriptionprotected OAuthClientRegistrationWrapperDefaultBroadleafClientRegistrationRepository.loadFromProperties(String registrationId, String tenantId) Methods in com.broadleafcommerce.auth.client.registration that return types with arguments of type OAuthClientRegistrationWrapperModifier and TypeMethodDescriptionBroadleafClientRegistrationRepository.findAllClientRegistrations()Return a Map of all available 3rd party OAuth providers.DefaultBroadleafClientRegistrationRepository.findAllClientRegistrations()Return a Map of all available 3rd party OAuth providers.DefaultBroadleafClientRegistrationRepository.getClientRegistrationPropertiesService()DefaultBroadleafClientRegistrationRepository.getClientRegistrationService()Methods in com.broadleafcommerce.auth.client.registration with parameters of type OAuthClientRegistrationWrapperModifier and TypeMethodDescriptionprotected org.springframework.security.oauth2.client.registration.ClientRegistrationDefaultBroadleafClientRegistrationRepository.buildClientRegistration(OAuthClientRegistrationWrapper wrapper) Converts anOAuthClientRegistrationWrapperto aClientRegistration.Constructor parameters in com.broadleafcommerce.auth.client.registration with type arguments of type OAuthClientRegistrationWrapperModifierConstructorDescriptionDefaultBroadleafClientRegistrationRepository(OAuthClientRegistrationPersistenceService<OAuthClientRegistrationWrapper> clientRegistrationService, ContextHelperService contextHelperService, ClientRegistrationPropertiesService<OAuthClientRegistrationWrapper> clientRegistrationPropertiesService) DefaultBroadleafClientRegistrationRepository(OAuthClientRegistrationPersistenceService<OAuthClientRegistrationWrapper> clientRegistrationService, ContextHelperService contextHelperService, ClientRegistrationPropertiesService<OAuthClientRegistrationWrapper> clientRegistrationPropertiesService) 
- 
Uses of OAuthClientRegistrationWrapper in com.broadleafcommerce.auth.client.serviceClasses in com.broadleafcommerce.auth.client.service with type parameters of type OAuthClientRegistrationWrapperModifier and TypeClassDescriptionclassDefaultOAuthClientRegistrationPersistenceService<P extends OAuthClientRegistrationWrapper,D extends com.broadleafcommerce.data.tracking.core.mapping.BusinessTypeAware & com.broadleafcommerce.data.tracking.core.mapping.ModelMapperMappable> Interacts with theOAuthClientRegistrationRepositoryto read domain objects and map them to the projectionOAuthClientRegistrationWrapperinterfaceService responsible for CRUD operations related toOAuthClientRegistrationWrapper.
- 
Uses of OAuthClientRegistrationWrapper in com.broadleafcommerce.auth.client.web.endpointMethods in com.broadleafcommerce.auth.client.web.endpoint that return OAuthClientRegistrationWrapperModifier and TypeMethodDescriptionOAuthClientRegistrationEndpoint.createClientRegistration(com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo, OAuthClientRegistrationWrapper payload) protected OAuthClientRegistrationWrapperOAuthClientRegistrationEndpoint.hideSecret(OAuthClientRegistrationWrapper wrapper) OAuthClientRegistrationEndpoint.readClientRegistrationById(com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo, String id) OAuthClientRegistrationEndpoint.replaceClientRegistration(com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo, String id, OAuthClientRegistrationWrapper payload) Methods in com.broadleafcommerce.auth.client.web.endpoint that return types with arguments of type OAuthClientRegistrationWrapperModifier and TypeMethodDescriptionOAuthClientRegistrationEndpoint.getService()protected Optional<OAuthClientRegistrationWrapper>OAuthClientRegistrationEndpoint.hideSecret(Optional<OAuthClientRegistrationWrapper> wrapperOptional) protected org.springframework.data.domain.Page<OAuthClientRegistrationWrapper>OAuthClientRegistrationEndpoint.hideSecret(org.springframework.data.domain.Page<OAuthClientRegistrationWrapper> page) org.springframework.data.domain.Page<OAuthClientRegistrationWrapper>OAuthClientRegistrationEndpoint.readAllClientRegistrations(com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo, org.springframework.data.domain.Pageable pageable) Methods in com.broadleafcommerce.auth.client.web.endpoint with parameters of type OAuthClientRegistrationWrapperModifier and TypeMethodDescriptionOAuthClientRegistrationEndpoint.createClientRegistration(com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo, OAuthClientRegistrationWrapper payload) protected OAuthClientRegistrationWrapperOAuthClientRegistrationEndpoint.hideSecret(OAuthClientRegistrationWrapper wrapper) OAuthClientRegistrationEndpoint.replaceClientRegistration(com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo, String id, OAuthClientRegistrationWrapper payload) Method parameters in com.broadleafcommerce.auth.client.web.endpoint with type arguments of type OAuthClientRegistrationWrapperModifier and TypeMethodDescriptionprotected Optional<OAuthClientRegistrationWrapper>OAuthClientRegistrationEndpoint.hideSecret(Optional<OAuthClientRegistrationWrapper> wrapperOptional) protected org.springframework.data.domain.Page<OAuthClientRegistrationWrapper>OAuthClientRegistrationEndpoint.hideSecret(org.springframework.data.domain.Page<OAuthClientRegistrationWrapper> page) Constructor parameters in com.broadleafcommerce.auth.client.web.endpoint with type arguments of type OAuthClientRegistrationWrapperModifierConstructorDescriptionOAuthClientRegistrationEndpoint(OAuthClientRegistrationPersistenceService<OAuthClientRegistrationWrapper> service)