Uses of Enum Class
org.duracloud.common.test.StorageProviderCredential.ProviderType
Packages that use StorageProviderCredential.ProviderType
-
Uses of StorageProviderCredential.ProviderType in org.duracloud.common.test
Methods in org.duracloud.common.test that return StorageProviderCredential.ProviderTypeModifier and TypeMethodDescriptionStorageProviderCredential.getType()Returns the enum constant of this class with the specified name.StorageProviderCredential.ProviderType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.duracloud.common.test with parameters of type StorageProviderCredential.ProviderTypeModifier and TypeMethodDescriptionTestConfigUtil.getCredential(StorageProviderCredential.ProviderType type) voidStorageProviderCredential.setType(StorageProviderCredential.ProviderType type) Constructors in org.duracloud.common.test with parameters of type StorageProviderCredential.ProviderTypeModifierConstructorDescriptionStorageProviderCredential(StorageProviderCredential.ProviderType type, SimpleCredential credential)