Uses of Class
com.loomcache.springboot.security.PublicEndpointProperties
Packages that use PublicEndpointProperties
-
Uses of PublicEndpointProperties in com.loomcache.springboot.config
Methods in com.loomcache.springboot.config with parameters of type PublicEndpointPropertiesModifier and TypeMethodDescriptionorg.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.