com.atlassian.aws.ec2.caches
Class InstancePasswordCache

java.lang.Object
  extended by com.atlassian.aws.ec2.caches.InstancePasswordCache

public class InstancePasswordCache
extends Object


Field Summary
static String CIPHER_SPEC
           
 
Constructor Summary
InstancePasswordCache(com.amazonaws.services.ec2.AmazonEC2Async ec2Client)
           
 
Method Summary
 String getPassword(String keyFilePath, String instanceId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CIPHER_SPEC

public static final String CIPHER_SPEC
See Also:
Constant Field Values
Constructor Detail

InstancePasswordCache

public InstancePasswordCache(@NotNull
                             com.amazonaws.services.ec2.AmazonEC2Async ec2Client)
Method Detail

getPassword

@Nullable
public String getPassword(String keyFilePath,
                                   String instanceId)


Copyright © 2015 Atlassian. All rights reserved.