Uses of Class
org.duracloud.common.test.StorageProviderCredential.ProviderType
-
Packages that use StorageProviderCredential.ProviderType Package Description org.duracloud.common.test -
-
Uses of StorageProviderCredential.ProviderType in org.duracloud.common.test
Methods in org.duracloud.common.test that return StorageProviderCredential.ProviderType Modifier and Type Method Description StorageProviderCredential.ProviderTypeStorageProviderCredential. getType()static StorageProviderCredential.ProviderTypeStorageProviderCredential.ProviderType. valueOf(String name)Returns the enum constant of this type with the specified name.static StorageProviderCredential.ProviderType[]StorageProviderCredential.ProviderType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.duracloud.common.test with parameters of type StorageProviderCredential.ProviderType Modifier and Type Method Description SimpleCredentialTestConfigUtil. getCredential(StorageProviderCredential.ProviderType type)voidStorageProviderCredential. setType(StorageProviderCredential.ProviderType type)Constructors in org.duracloud.common.test with parameters of type StorageProviderCredential.ProviderType Constructor Description StorageProviderCredential(StorageProviderCredential.ProviderType type, SimpleCredential credential)
-