Uses of Class
com.broadleafcommerce.auth.client.domain.OAuthClientRegistrationWrapper
-
-
Uses of OAuthClientRegistrationWrapper in com.broadleafcommerce.auth.client.autoconfigure
Methods in com.broadleafcommerce.auth.client.autoconfigure that return types with arguments of type OAuthClientRegistrationWrapper Modifier and Type Method Description ClientRegistrationPropertiesService<OAuthClientRegistrationWrapper>OAuthClientAutoConfiguration. clientRegistrationPropertiesService(org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties oAuth2ClientProperties)Method parameters in com.broadleafcommerce.auth.client.autoconfigure with type arguments of type OAuthClientRegistrationWrapper Modifier and Type Method Description org.springframework.security.oauth2.client.registration.ClientRegistrationRepositoryOAuthClientAutoConfiguration. clientRegistrationRepository(OAuthClientRegistrationPersistenceService<OAuthClientRegistrationWrapper> oAuthClientRegistrationPersistenceService, ContextHelperService contextHelperService, ClientRegistrationPropertiesService<OAuthClientRegistrationWrapper> clientRegistrationPropertiesService)org.springframework.security.oauth2.client.registration.ClientRegistrationRepositoryOAuthClientAutoConfiguration. clientRegistrationRepository(OAuthClientRegistrationPersistenceService<OAuthClientRegistrationWrapper> oAuthClientRegistrationPersistenceService, ContextHelperService contextHelperService, ClientRegistrationPropertiesService<OAuthClientRegistrationWrapper> clientRegistrationPropertiesService) -
Uses of OAuthClientRegistrationWrapper in com.broadleafcommerce.auth.client.provider.jpa.autoconfigure
Methods in com.broadleafcommerce.auth.client.provider.jpa.autoconfigure that return types with arguments of type OAuthClientRegistrationWrapper Modifier and Type Method Description <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 OAuthClientRegistrationWrapper Modifier and Type Method Description <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.registration
Classes in com.broadleafcommerce.auth.client.registration with type parameters of type OAuthClientRegistrationWrapper Modifier and Type Interface Description interfaceClientRegistrationPropertiesService<P extends OAuthClientRegistrationWrapper>This service is intended to provideOAuthClientRegistrationWrapperobjects built fromOAuth2ClientPropertiesdefined through application properties.classDefaultClientRegistrationPropertiesService<P extends OAuthClientRegistrationWrapper>This service providesOAuthClientRegistrationWrapperobjects built fromOAuth2ClientPropertiesdefined through application properties.Methods in com.broadleafcommerce.auth.client.registration that return OAuthClientRegistrationWrapper Modifier and Type Method Description protected OAuthClientRegistrationWrapperDefaultBroadleafClientRegistrationRepository. loadFromProperties(String registrationId, String tenantId)Methods in com.broadleafcommerce.auth.client.registration that return types with arguments of type OAuthClientRegistrationWrapper Modifier and Type Method Description Map<String,OAuthClientRegistrationWrapper>BroadleafClientRegistrationRepository. findAllClientRegistrations()Return a Map of all available 3rd party OAuth providers.Map<String,OAuthClientRegistrationWrapper>DefaultBroadleafClientRegistrationRepository. findAllClientRegistrations()Return a Map of all available 3rd party OAuth providers.protected ClientRegistrationPropertiesService<OAuthClientRegistrationWrapper>DefaultBroadleafClientRegistrationRepository. getClientRegistrationPropertiesService()protected OAuthClientRegistrationPersistenceService<OAuthClientRegistrationWrapper>DefaultBroadleafClientRegistrationRepository. getClientRegistrationService()Methods in com.broadleafcommerce.auth.client.registration with parameters of type OAuthClientRegistrationWrapper Modifier and Type Method Description protected 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 OAuthClientRegistrationWrapper Constructor Description DefaultBroadleafClientRegistrationRepository(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.service
Classes in com.broadleafcommerce.auth.client.service with type parameters of type OAuthClientRegistrationWrapper Modifier and Type Class Description classDefaultOAuthClientRegistrationPersistenceService<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 projectionOAuthClientRegistrationWrapperinterfaceOAuthClientRegistrationPersistenceService<P extends OAuthClientRegistrationWrapper>Service responsible for CRUD operations related toOAuthClientRegistrationWrapper. -
Uses of OAuthClientRegistrationWrapper in com.broadleafcommerce.auth.client.web.endpoint
Methods in com.broadleafcommerce.auth.client.web.endpoint that return OAuthClientRegistrationWrapper Modifier and Type Method Description OAuthClientRegistrationWrapperOAuthClientRegistrationEndpoint. createClientRegistration(com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo, OAuthClientRegistrationWrapper payload)protected OAuthClientRegistrationWrapperOAuthClientRegistrationEndpoint. hideSecret(OAuthClientRegistrationWrapper wrapper)OAuthClientRegistrationWrapperOAuthClientRegistrationEndpoint. readClientRegistrationById(com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo, String id)OAuthClientRegistrationWrapperOAuthClientRegistrationEndpoint. 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 OAuthClientRegistrationWrapper Modifier and Type Method Description protected OAuthClientRegistrationPersistenceService<OAuthClientRegistrationWrapper>OAuthClientRegistrationEndpoint. 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 OAuthClientRegistrationWrapper Modifier and Type Method Description OAuthClientRegistrationWrapperOAuthClientRegistrationEndpoint. createClientRegistration(com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo, OAuthClientRegistrationWrapper payload)protected OAuthClientRegistrationWrapperOAuthClientRegistrationEndpoint. hideSecret(OAuthClientRegistrationWrapper wrapper)OAuthClientRegistrationWrapperOAuthClientRegistrationEndpoint. 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 OAuthClientRegistrationWrapper Modifier and Type Method Description protected 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 OAuthClientRegistrationWrapper Constructor Description OAuthClientRegistrationEndpoint(OAuthClientRegistrationPersistenceService<OAuthClientRegistrationWrapper> service)
-