Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
setAccountId
Method · 0.95
setUsername
Method · 0.95
setPassword
Method · 0.95
setFirstname
Method · 0.95
setLastname
Method · 0.95
setEmail
Method · 0.95
setTimezone
Method · 0.95
setUuid
Method · 0.95
setSource
Method · 0.95
setApiKey
Method · 0.95
setSecretKey
Method · 0.95
setExternalEntity
Method · 0.95
Tested by
no test coverage detected