org.raml.model
Class SecurityScheme
java.lang.Object
org.raml.model.SecurityScheme
public class SecurityScheme
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SecurityScheme
public SecurityScheme()
getDescription
public String getDescription()
setDescription
public void setDescription(String description)
getType
public String getType()
setType
public void setType(String type)
getDescribedBy
public SecuritySchemeDescriptor getDescribedBy()
setDescribedBy
public void setDescribedBy(SecuritySchemeDescriptor describedBy)
getSettings
public Map<String,List<String>> getSettings()
setSettings
public void setSettings(Map<String,List<String>> settings)
Copyright © 2013. All rights reserved.