org.dasein.cloud.services.access
Interface AccessServices


public interface AccessServices


Method Summary
 String createKeypair(String name)
           
 void deleteKeypair(String keypairId)
           
 String getFingerprint(String keypairId)
           
 String getProviderTermForKeypair(Locale locale)
           
 Collection<String> list()
           
 

Method Detail

createKeypair

String createKeypair(String name)
                     throws InternalException,
                            CloudException
Throws:
InternalException
CloudException

deleteKeypair

void deleteKeypair(String keypairId)
                   throws InternalException,
                          CloudException
Throws:
InternalException
CloudException

getFingerprint

String getFingerprint(String keypairId)
                      throws InternalException,
                             CloudException
Throws:
InternalException
CloudException

getProviderTermForKeypair

String getProviderTermForKeypair(Locale locale)

list

Collection<String> list()
                        throws InternalException,
                               CloudException
Throws:
InternalException
CloudException