Class AuthorizedClientAutoConfiguration
- java.lang.Object
-
- com.broadleafcommerce.auth.server.autoconfigure.AuthorizedClientAutoConfiguration
-
@Configuration public class AuthorizedClientAutoConfiguration extends Object
- Author:
- Jon Fleschler, Nick Crum (ncrum)
-
-
Constructor Summary
Constructors Constructor Description AuthorizedClientAutoConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AuthorizedClientEntityValidator
authorizedClientEntityValidator()
<D extends com.broadleafcommerce.data.tracking.core.mapping.ModelMapperMappable & com.broadleafcommerce.data.tracking.core.mapping.BusinessTypeAware>
AuthorizedClientService<AuthorizedClient>authorizedClientService(AuthorizationServerService<AuthorizationServer> serverService, AuthorizedClientRepository<D> repository, SimplePayloadMapper simplePayloadMapper, com.broadleafcommerce.data.tracking.core.mapping.validation.EntityValidatorManager validatorManager, org.springframework.security.crypto.password.PasswordEncoder passwordEncoder, TenantUrlResolver tenantUrlResolver)
-
-
-
Method Detail
-
authorizedClientService
@Bean @ConditionalOnMissingBean public <D extends com.broadleafcommerce.data.tracking.core.mapping.ModelMapperMappable & com.broadleafcommerce.data.tracking.core.mapping.BusinessTypeAware> AuthorizedClientService<AuthorizedClient> authorizedClientService(AuthorizationServerService<AuthorizationServer> serverService, AuthorizedClientRepository<D> repository, SimplePayloadMapper simplePayloadMapper, com.broadleafcommerce.data.tracking.core.mapping.validation.EntityValidatorManager validatorManager, org.springframework.security.crypto.password.PasswordEncoder passwordEncoder, TenantUrlResolver tenantUrlResolver)
-
authorizedClientEntityValidator
@Bean @ConditionalOnMissingBean public AuthorizedClientEntityValidator authorizedClientEntityValidator()
-
-