public class DummyCredentialsProvider extends Object implements CredentialsProvider
| Constructor and Description |
|---|
DummyCredentialsProvider() |
| Modifier and Type | Method and Description |
|---|---|
User |
addUser(String userName,
String allowedHost,
String contentKey,
String password) |
void |
deleteUser(String userName) |
User |
getUser(String userName,
String sourceHost,
String password) |
List<String> |
getUsers() |
public User getUser(String userName, String sourceHost, String password) throws JasDBStorageException
getUser in interface CredentialsProviderJasDBStorageExceptionpublic List<String> getUsers() throws JasDBStorageException
getUsers in interface CredentialsProviderJasDBStorageExceptionpublic User addUser(String userName, String allowedHost, String contentKey, String password) throws JasDBStorageException
addUser in interface CredentialsProviderJasDBStorageExceptionpublic void deleteUser(String userName) throws JasDBStorageException
deleteUser in interface CredentialsProviderJasDBStorageExceptionCopyright © 2015. All rights reserved.