| Package | Description |
|---|---|
| org.raml.model |
| Modifier and Type | Method and Description |
|---|---|
List<SecurityReference> |
Resource.getSecuredBy()
Getter for the field
securedBy. |
List<SecurityReference> |
Raml.getSecuredBy()
Getter for the field
securedBy. |
List<SecurityReference> |
Action.getSecuredBy()
Getter for the field
securedBy. |
| Modifier and Type | Method and Description |
|---|---|
void |
Resource.setSecuredBy(List<SecurityReference> securedBy)
Setter for the field
securedBy. |
void |
Raml.setSecuredBy(List<SecurityReference> securedBy)
Setter for the field
securedBy. |
void |
Action.setSecuredBy(List<SecurityReference> securedBy)
Setter for the field
securedBy. |
Copyright © 2015 Mulesoft. All rights reserved.