Uses of Interface
app.valuationcontrol.webservice.securityhelpers.AllowedOrigins
Packages that use AllowedOrigins
-
Uses of AllowedOrigins in app.valuationcontrol.webservice.securityhelpers
Methods in app.valuationcontrol.webservice.securityhelpers that return AllowedOriginsModifier and TypeMethodDescriptionAllowedOriginsConfiguration.devAllowedOrigins()AllowedOriginsConfiguration.prodAllowedOrigins()Methods in app.valuationcontrol.webservice.securityhelpers with parameters of type AllowedOriginsModifier and TypeMethodDescriptionorg.springframework.web.cors.CorsConfigurationSourceSecurityConfig.corsConfigurationSource(AllowedOrigins allowedOrigins) Constructors in app.valuationcontrol.webservice.securityhelpers with parameters of type AllowedOriginsModifierConstructorDescriptionWebSocketConfiguration(org.springframework.security.oauth2.jwt.JwtDecoder jwtDecoder, JwtAuthenticationConverter jwtAuthenticationConverter, AllowedOrigins allowedOrigins)