java.lang.Object | |
↳ | org.mule.module.s3.model.CORSRule |
Container for rules of cross origin configuration.
Nested Classes | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
CORSRule.AllowedMethods | Enumeration of names of the all the allowed methods. |
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
long | serialVersionUID |
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
allowedHeaders | |||||||||||
allowedMethods | |||||||||||
allowedOrigins | |||||||||||
exposedHeaders | |||||||||||
id | |||||||||||
maxAgeSeconds |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns allowed headers of this rule.
| |||||||||||
Returns the allowed methods of this rule.
| |||||||||||
Returns the allowed origins of this rule and returns a reference to this object for method chaining.
| |||||||||||
Returns expose headers of this rule and returns a reference to this object for method chaining.
| |||||||||||
Returns the Id of this rule.
| |||||||||||
Sets the ID of this rule and returns a reference to this object for method chaining.
| |||||||||||
Sets the allowed headers for the rule.
| |||||||||||
Convenience array style method for
setAllowedHeaders(List)
| |||||||||||
Sets the allowed methods of the rule.
| |||||||||||
Convenience array style method for
setAllowedMethods(List)
| |||||||||||
Sets the allowed origins of the rule.
| |||||||||||
Convenience array style method for
setAllowedOrigins(List)
| |||||||||||
Sets the expose headers of the rule.
| |||||||||||
Convenience array style method for
setExposedHeaders(List)
| |||||||||||
Sets the ID of this rule.
| |||||||||||
Sets the max age in seconds of the rule.
| |||||||||||
Sets the allowed headers of this rule and returns a reference to this object for method chaining.
| |||||||||||
Sets the allowed methods of this rule and returns a reference to this object for method chaining.
| |||||||||||
Sets the allowed origins of this rule and returns a reference to this object for method chaining.
| |||||||||||
Sets the exposeHeaders of this rule and returns a reference to this object for method chaining.
| |||||||||||
Sets the ID of this rule and returns a reference to this object for method chaining.
| |||||||||||
Sets the max age in seconds of this rule and returns a reference to this object for method chaining.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
id |
---|
Returns allowed headers of this rule.
Returns the allowed origins of this rule and returns a reference to this object for method chaining.
Returns expose headers of this rule and returns a reference to this object for method chaining.
Returns the Id of this rule.
Sets the ID of this rule and returns a reference to this object for method chaining.
Sets the allowed headers for the rule.
allowedHeaders |
---|
Convenience array style method for setAllowedHeaders(List)
allowedHeaders |
---|
Sets the allowed methods of the rule.
allowedMethods |
---|
Convenience array style method for setAllowedMethods(List)
allowedMethods |
---|
Sets the allowed origins of the rule.
allowedOrigins |
---|
Convenience array style method for setAllowedOrigins(List)
allowedOrigins |
---|
Sets the expose headers of the rule.
exposedHeaders |
---|
Convenience array style method for setExposedHeaders(List)
exposedHeaders |
---|
Sets the ID of this rule. Rules must be less than 255 alphanumeric characters, and must be unique for a bucket. If you do not assign an ID, one will be generated.
id |
---|
Sets the max age in seconds of the rule.
maxAgeSeconds |
---|
Sets the allowed headers of this rule and returns a reference to this object for method chaining.
allowedHeaders |
---|
Sets the allowed methods of this rule and returns a reference to this object for method chaining.
allowedMethods |
---|
Sets the allowed origins of this rule and returns a reference to this object for method chaining.
allowedOrigins |
---|
Sets the exposeHeaders of this rule and returns a reference to this object for method chaining.
exposedHeaders |
---|
Sets the ID of this rule and returns a reference to this object for method chaining.
id |
---|
Sets the max age in seconds of this rule and returns a reference to this object for method chaining.
maxAgeSeconds |
---|