| Package | Description |
|---|---|
| org.raml.v2.api.model.v10.api | |
| org.raml.v2.api.model.v10.methods | |
| org.raml.v2.api.model.v10.resources |
| Modifier and Type | Method and Description |
|---|---|
List<SecuritySchemeRef> |
Api.securedBy()
The security schemes that apply to every resource and method in the API
|
| Modifier and Type | Method and Description |
|---|---|
List<SecuritySchemeRef> |
MethodBase.securedBy()
securityScheme may also be applied to a resource by using the securedBy key, which is equivalent to applying the securityScheme to all methods that may be declared, explicitly or implicitly, by defining the resourceTypes or traits property for that resource.
|
| Modifier and Type | Method and Description |
|---|---|
List<SecuritySchemeRef> |
ResourceBase.securedBy()
The security schemes that apply to all methods declared (implicitly or explicitly) for this resource.
|
Copyright © 2016. All rights reserved.