public class ApiAuthDoc extends Object
| Constructor and Description |
|---|
ApiAuthDoc() |
| Modifier and Type | Method and Description |
|---|---|
void |
addRole(String role) |
void |
addTestToken(String testtoken) |
void |
addTestUser(String username,
String password) |
List<String> |
getRoles() |
String |
getScheme() |
Set<String> |
getTesttokens() |
Map<String,String> |
getTestusers() |
String |
getType() |
void |
setRoles(List<String> roles) |
void |
setScheme(String scheme) |
void |
setTesttokens(Set<String> testtokens) |
void |
setTestusers(Map<String,String> testusers) |
void |
setType(String type) |
Copyright © 2017. All rights reserved.