Package org.soulwing.s2ks.aws
Class AwsKeyPairStorageProvider
- java.lang.Object
-
- org.soulwing.s2ks.aws.AwsKeyPairStorageProvider
-
- All Implemented Interfaces:
KeyPairStorageProvider
public class AwsKeyPairStorageProvider extends java.lang.Object implements KeyPairStorageProvider
AKeyPairStorageProvider
that provides storage on AWS.- Author:
- Carl Harris
-
-
Constructor Summary
Constructors Constructor Description AwsKeyPairStorageProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description KeyPairStorage
getInstance(java.util.Properties configuration)
java.lang.String
getName()
-
-
-
Method Detail
-
getName
public java.lang.String getName()
- Specified by:
getName
in interfaceKeyPairStorageProvider
-
getInstance
public KeyPairStorage getInstance(java.util.Properties configuration) throws ProviderConfigurationException
- Specified by:
getInstance
in interfaceKeyPairStorageProvider
- Throws:
ProviderConfigurationException
-
-