public class SecurityDefinition extends Object
| Constructor and Description |
|---|
SecurityDefinition() |
SecurityDefinition(String type) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(SecurityDefinition def) |
void |
addScope(String name,
String description) |
Map<String,String> |
getScopes() |
String |
getType() |
SecurityDefinition |
scope(String name,
String description) |
void |
setScopes(Map<String,String> scopes) |
void |
setType(String type) |
public SecurityDefinition()
public SecurityDefinition(String type)
public SecurityDefinition scope(String name, String description)
public void add(SecurityDefinition def)
public String getType()
public void setType(String type)
Copyright © 2015. All Rights Reserved.