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.ClientRegistrationRepository
OAuthClientAutoConfiguration. clientRegistrationRepository(OAuthClientRegistrationPersistenceService<OAuthClientRegistrationWrapper> oAuthClientRegistrationPersistenceService, ContextHelperService contextHelperService, ClientRegistrationPropertiesService<OAuthClientRegistrationWrapper> clientRegistrationPropertiesService)
org.springframework.security.oauth2.client.registration.ClientRegistrationRepository
OAuthClientAutoConfiguration. 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 interface
ClientRegistrationPropertiesService<P extends OAuthClientRegistrationWrapper>
This service is intended to provideOAuthClientRegistrationWrapper
objects built fromOAuth2ClientProperties
defined through application properties.class
DefaultClientRegistrationPropertiesService<P extends OAuthClientRegistrationWrapper>
This service providesOAuthClientRegistrationWrapper
objects built fromOAuth2ClientProperties
defined through application properties.Methods in com.broadleafcommerce.auth.client.registration that return OAuthClientRegistrationWrapper Modifier and Type Method Description protected OAuthClientRegistrationWrapper
DefaultBroadleafClientRegistrationRepository. 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.ClientRegistration
DefaultBroadleafClientRegistrationRepository. buildClientRegistration(OAuthClientRegistrationWrapper wrapper)
Converts anOAuthClientRegistrationWrapper
to 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 class
DefaultOAuthClientRegistrationPersistenceService<P extends OAuthClientRegistrationWrapper,D extends com.broadleafcommerce.data.tracking.core.mapping.BusinessTypeAware & com.broadleafcommerce.data.tracking.core.mapping.ModelMapperMappable>
Interacts with theOAuthClientRegistrationRepository
to read domain objects and map them to the projectionOAuthClientRegistrationWrapper
interface
OAuthClientRegistrationPersistenceService<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 OAuthClientRegistrationWrapper
OAuthClientRegistrationEndpoint. createClientRegistration(com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo, OAuthClientRegistrationWrapper payload)
protected OAuthClientRegistrationWrapper
OAuthClientRegistrationEndpoint. hideSecret(OAuthClientRegistrationWrapper wrapper)
OAuthClientRegistrationWrapper
OAuthClientRegistrationEndpoint. readClientRegistrationById(com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo, String id)
OAuthClientRegistrationWrapper
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 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 OAuthClientRegistrationWrapper
OAuthClientRegistrationEndpoint. createClientRegistration(com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo, OAuthClientRegistrationWrapper payload)
protected OAuthClientRegistrationWrapper
OAuthClientRegistrationEndpoint. hideSecret(OAuthClientRegistrationWrapper wrapper)
OAuthClientRegistrationWrapper
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 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)
-