Uses of Class
org.jclouds.cloudstack.domain.ApiKeyPair
-
Packages that use ApiKeyPair Package Description org.jclouds.cloudstack.domain org.jclouds.cloudstack.features org.jclouds.cloudstack.util -
-
Uses of ApiKeyPair in org.jclouds.cloudstack.domain
Methods in org.jclouds.cloudstack.domain that return ApiKeyPair Modifier and Type Method Description ApiKeyPair
ApiKeyPair.Builder. build()
Methods in org.jclouds.cloudstack.domain with parameters of type ApiKeyPair Modifier and Type Method Description T
ApiKeyPair.Builder. fromApiKeyPair(ApiKeyPair in)
-
Uses of ApiKeyPair in org.jclouds.cloudstack.features
Methods in org.jclouds.cloudstack.features that return ApiKeyPair Modifier and Type Method Description ApiKeyPair
GlobalUserApi. registerUserKeys(String userId)
This command allows a user to register for the developer API, returning a secret key and an API key -
Uses of ApiKeyPair in org.jclouds.cloudstack.util
Methods in org.jclouds.cloudstack.util that return ApiKeyPair Modifier and Type Method Description static ApiKeyPair
ApiKeyPairs. loginToEndpointAsUsernameInDomainWithPasswordAndReturnApiKeyPair(URI endpoint, String username, String password, String domain)
Retrieve the API key pair for a given CloudStack user
-