MCPcopy Create free account
hub / github.com/apache/cloudstack / setApiKey

Method setApiKey

engine/schema/src/main/java/com/cloud/user/UserVO.java:251–254  ·  view source on GitHub ↗
(String apiKey)

Source from the content-addressed store, hash-verified

249 }
250
251 @Override
252 public void setApiKey(String apiKey) {
253 this.apiKey = apiKey;
254 }
255
256 @Override
257 public String getSecretKey() {

Callers 3

UserVOMethod · 0.95
createUserApiKeyMethod · 0.95
startMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected