public class ApiAuthDoc extends Object
| Constructor and Description |
|---|
ApiAuthDoc() |
| Modifier and Type | Method and Description |
|---|---|
void |
addTestUser(String username,
String password) |
static ApiAuthDoc |
buildFromApiAuthBasicAnnotation(ApiAuthBasic annotation) |
static ApiAuthDoc |
buildFromApiAuthNoneAnnotation(ApiAuthNone annotation) |
static ApiAuthDoc |
buildFromUndefined() |
List<String> |
getRoles() |
Map<String,String> |
getTestusers() |
String |
getType() |
void |
setRoles(List<String> roles) |
void |
setTestusers(Map<String,String> testusers) |
void |
setType(String type) |
public static ApiAuthDoc buildFromUndefined()
public static ApiAuthDoc buildFromApiAuthNoneAnnotation(ApiAuthNone annotation)
public static ApiAuthDoc buildFromApiAuthBasicAnnotation(ApiAuthBasic annotation)
public String getType()
public void setType(String type)
Copyright © 2015. All rights reserved.