| Package | Description |
|---|---|
| org.codehaus.cargo.container.property |
| Modifier and Type | Method and Description |
|---|---|
protected static User |
User.parseUser(String userAsString)
Parse a user defined in the format "name:pwd:role1,...roleN".
|
| Modifier and Type | Method and Description |
|---|---|
static Map<String,List<User>> |
User.createRoleMap(List<User> users)
Create a user map indexed on the roles.
|
static List<User> |
User.parseUsers(String usersAsString)
Parse a string representing the users (see
ServletPropertySet.USERS. |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,List<User>> |
User.createRoleMap(List<User> users)
Create a user map indexed on the roles.
|
Copyright © 2004-2013 Codehaus. All Rights Reserved.