public class SecurityScheme extends Object
SecurityScheme class.
| Constructor and Description |
|---|
SecurityScheme() |
| Modifier and Type | Method and Description |
|---|---|
SecuritySchemeDescriptor |
getDescribedBy()
Getter for the field
describedBy. |
String |
getDescription()
Getter for the field
description. |
Map<String,List<String>> |
getSettings()
Getter for the field
settings. |
String |
getType()
Getter for the field
type. |
void |
setDescribedBy(SecuritySchemeDescriptor describedBy)
Setter for the field
describedBy. |
void |
setDescription(String description)
Setter for the field
description. |
void |
setSettings(Map<String,List<String>> settings)
Setter for the field
settings. |
void |
setType(String type)
Setter for the field
type. |
public String getDescription()
Getter for the field description.
String object.public void setDescription(String description)
Setter for the field description.
description - a String object.public void setType(String type)
Setter for the field type.
type - a String object.public SecuritySchemeDescriptor getDescribedBy()
Getter for the field describedBy.
SecuritySchemeDescriptor object.public void setDescribedBy(SecuritySchemeDescriptor describedBy)
Setter for the field describedBy.
describedBy - a SecuritySchemeDescriptor object.public Map<String,List<String>> getSettings()
Getter for the field settings.
Map object.Copyright © 2015 Mulesoft. All rights reserved.