| Package | Description |
|---|---|
| org.duracloud.unittestdb | |
| org.duracloud.unittestdb.domain |
| Modifier and Type | Method and Description |
|---|---|
Credential |
PasswordRepositoryDBImpl.findCredentialByResourceType(ResourceType resourceType) |
Credential |
UnitTestDatabaseUtil.findCredentialForResource(ResourceType resource) |
String |
PasswordRepositoryDBImpl.findPasswordByResourceTypeAndUsername(ResourceType resourceType,
String username) |
void |
UnitTestDatabaseUtil.insertCredentialForResource(ResourceType type,
Credential cred) |
void |
PasswordRepositoryDBImpl.insertPassword(ResourceType resource,
String username,
String password) |
| Modifier and Type | Method and Description |
|---|---|
static ResourceType |
ResourceType.fromDuraCloudUserType(DuraCloudUserType type) |
static ResourceType |
ResourceType.fromStorageProviderType(StorageProviderType type) |
static ResourceType |
ResourceType.fromString(String type)
This method returns a ResourceType from the arg type id.
|
| Modifier and Type | Method and Description |
|---|---|
static List<ResourceType> |
ResourceType.values()
This method returns the union of StorageProviderTypes and
DuraCloudUserTypes.
|
Copyright © 2009–2015 DuraSpace. All rights reserved.