public class AlfrescoUserProperties extends Object
| Constructor and Description |
|---|
AlfrescoUserProperties(String userNames,
String passwords) |
| Modifier and Type | Method and Description |
|---|---|
String[] |
getDefaultUserDetails() |
String[] |
getPasswordForUser(String userName) |
String[] |
getPasswordForUser(String userName,
String password) |
List<String> |
getPasswords() |
List<String> |
getUserNames() |
void |
setPasswords(String passwordList) |
void |
setUserNames(String usersList) |
public void setUserNames(String usersList)
usersList - the userNames to setpublic String[] getPasswordForUser(String userName, String password)
public void setPasswords(String passwordList)
passwords - the passwords to setpublic String[] getDefaultUserDetails()
Copyright © 2005–2016 Alfresco Software. All rights reserved.