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