Class AuthServiceCacheAutoConfiguration
java.lang.Object
com.broadleafcommerce.auth.cache.autoconfigure.AuthServiceCacheAutoConfiguration
@AutoConfiguration
@Conditional(com.broadleafcommerce.common.extension.cache.condition.OnEnabledCacheCondition.class)
@ConditionalOnClass(org.apache.ignite.cache.spring.SpringCacheManager.class)
@ConditionalOnProperty(value="com.broadleafcommerce.cache.activeCacheManagerImplementation",
havingValue="com.broadleafcommerce.common.extension.autoconfigure.IgniteCacheAutoConfiguration",
matchIfMissing=true)
@EnableConfigurationProperties(AuthCacheProperties.class)
public class AuthServiceCacheAutoConfiguration
extends Object
Configuration for engaging default Broadleaf support for Apache Ignite cache
- Author:
- Jeff Fischer
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncom.broadleafcommerce.common.extension.cache.key.ContextKeyGen
com.broadleafcommerce.common.extension.cache.key.ContextKeyGen
org.springframework.boot.autoconfigure.cache.CacheManagerCustomizer<org.apache.ignite.cache.spring.SpringCacheManager>
authCacheManagerCustomizer
(com.broadleafcommerce.common.extension.autoconfigure.IgniteConfigurers.BasicIgniteConfigurer configurer, AuthCacheProperties cacheProperties) com.broadleafcommerce.common.extension.cache.key.ContextKeyGen
protected CacheEnableFilter
-
Constructor Details
-
AuthServiceCacheAutoConfiguration
public AuthServiceCacheAutoConfiguration()
-
-
Method Details
-
authCacheManagerCustomizer
@Bean @ConditionalOnMissingBean(name="authCacheManagerCustomizer") public org.springframework.boot.autoconfigure.cache.CacheManagerCustomizer<org.apache.ignite.cache.spring.SpringCacheManager> authCacheManagerCustomizer(com.broadleafcommerce.common.extension.autoconfigure.IgniteConfigurers.BasicIgniteConfigurer configurer, AuthCacheProperties cacheProperties) -
cacheEnableFilter
-
authAncestorAccountCacheByAccountId
@Bean("ancestorAccountCacheByAccountId") @ConditionalOnMissingBean(name="ancestorAccountCacheByAccountId") public com.broadleafcommerce.common.extension.cache.key.ContextKeyGen authAncestorAccountCacheByAccountId() -
accountInheritanceLineCacheByAccountId
@Bean("accountInheritanceLineCacheByAccountId") @ConditionalOnMissingBean(name="accountInheritanceLineCacheByAccountId") public com.broadleafcommerce.common.extension.cache.key.ContextKeyGen accountInheritanceLineCacheByAccountId() -
authDescendantAccountCacheByAccountId
@Bean("descendantAccountCacheByAccountId") @ConditionalOnMissingBean(name="descendantAccountCacheByAccountId") public com.broadleafcommerce.common.extension.cache.key.ContextKeyGen authDescendantAccountCacheByAccountId()
-