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

Method UserVO

engine/schema/src/main/java/com/cloud/user/UserVO.java:121–123  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

119 private Boolean apiKeyAccess;
120
121 public UserVO() {
122 this.uuid = UUID.randomUUID().toString();
123 }
124
125 public UserVO(long id) {
126 this();

Callers

nothing calls this directly

Calls 15

setAccountIdMethod · 0.95
setUsernameMethod · 0.95
setPasswordMethod · 0.95
setFirstnameMethod · 0.95
setLastnameMethod · 0.95
setEmailMethod · 0.95
setTimezoneMethod · 0.95
setUuidMethod · 0.95
setSourceMethod · 0.95
setApiKeyMethod · 0.95
setSecretKeyMethod · 0.95
setExternalEntityMethod · 0.95

Tested by

no test coverage detected