public interface AbstractSecurityScheme extends RAMLLanguageElement
| Modifier and Type | Method and Description |
|---|---|
SecuritySchemePart |
describedBy()
A description of the request components related to Security that are determined by the scheme: the headers, query parameters or responses.
|
String |
name()
Name of the security scheme
|
SecuritySchemeSettings |
settings()
The settings attribute MAY be used to provide security scheme-specific information.
|
String |
type()
The securitySchemes property MUST be used to specify an API's security mechanisms, including the required settings and the authentication methods that the API supports.
|
descriptionString name()
String type()
SecuritySchemePart describedBy()
SecuritySchemeSettings settings()
Copyright © 2016. All rights reserved.