public class CorsSettings extends Object
| Constructor and Description |
|---|
CorsSettings() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
allowedOrigins()
Get the allowedOrigins value.
|
CorsSettings |
withAllowedOrigins(List<String> allowedOrigins)
Set the allowedOrigins value.
|
public List<String> allowedOrigins()
public CorsSettings withAllowedOrigins(List<String> allowedOrigins)
allowedOrigins - the allowedOrigins value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/