Uses of Class
com.loomcache.springboot.autoconfigure.LoomProperties
Packages that use LoomProperties
Package
Description
-
Uses of LoomProperties in com.loomcache.springboot.autoconfigure
Methods in com.loomcache.springboot.autoconfigure with parameters of type LoomPropertiesModifier and TypeMethodDescriptionLoomAutoConfiguration.loomCacheManager(LoomCache loomClient, LoomProperties properties) Creates a Spring CacheManager backed by LoomCache.LoomAutoConfiguration.loomClient(LoomProperties properties) Creates and connects a LoomCache client. -
Uses of LoomProperties in com.loomcache.springboot.config
Methods in com.loomcache.springboot.config with parameters of type LoomPropertiesModifier and TypeMethodDescriptionSecurityConfig.defaultCertPermissionMapper(LoomProperties properties) org.springframework.security.web.SecurityFilterChainSecurityConfig.securityFilterChain(org.springframework.security.config.annotation.web.builders.HttpSecurity http, RestUserLockoutManager restUserLockoutManager, org.springframework.beans.factory.ObjectProvider<JwtTokenService> jwtTokenServiceProvider, org.springframework.beans.factory.ObjectProvider<org.springframework.boot.web.server.autoconfigure.ServerProperties> serverPropertiesProvider, org.springframework.beans.factory.ObjectProvider<org.springframework.boot.actuate.autoconfigure.web.server.ManagementServerProperties> managementServerPropertiesProvider, RateLimitFilter rateLimitFilter, RestWriteSafetyProperties restWriteSafetyProperties, PublicEndpointProperties publicEndpointProperties, LoomProperties loomProperties) Configure the HTTP security filter chain.Constructors in com.loomcache.springboot.config with parameters of type LoomProperties -
Uses of LoomProperties in com.loomcache.springboot.session
Methods in com.loomcache.springboot.session with parameters of type LoomPropertiesModifier and TypeMethodDescription@NonNull LoomSessionRepositoryLoomSessionAutoConfiguration.loomSessionRepository(@NonNull LoomCache loomCache, @NonNull LoomProperties properties) Constructors in com.loomcache.springboot.session with parameters of type LoomPropertiesModifierConstructorDescriptionLoomSessionRepository(@NonNull LoomCache loomCache, @NonNull LoomProperties properties)