| Package | Description |
|---|---|
| org.raml.v2.api.model.v08.api | |
| org.raml.v2.api.model.v08.methods | |
| org.raml.v2.api.model.v08.resources |
| Modifier and Type | Method and Description |
|---|---|
List<SecuritySchemeRef> |
Api.securedBy()
A list of the security schemes to apply to all methods, these must be defined in the securitySchemes declaration.
|
| Modifier and Type | Method and Description |
|---|---|
List<SecuritySchemeRef> |
MethodBase.securedBy()
A list of the security schemas to apply, these must be defined in the securitySchemes declaration.
|
| Modifier and Type | Method and Description |
|---|---|
List<SecuritySchemeRef> |
ResourceType.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.
|
List<SecuritySchemeRef> |
Resource.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.
|
Copyright © 2016. All rights reserved.