Class UserProfile
java.lang.Object
com.xebialabs.deployit.engine.api.dto.AbstractDto
com.xebialabs.deployit.engine.api.security.UserProfile
Representation of XL Deploy user Profile
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetEmail()
void
setDisplayUsername
(String displayUsername) void
void
setFullName
(String fullName) void
setIsInternal
(Boolean isInternal) void
setLastActive
(Date lastActive) void
setLoginAllowed
(Boolean loginAllowed) Methods inherited from class com.xebialabs.deployit.engine.api.dto.AbstractDto
toString
-
Constructor Details
-
UserProfile
public UserProfile()
-
-
Method Details
-
getFullName
-
setFullName
-
getEmail
-
setEmail
-
getLoginAllowed
-
setLoginAllowed
-
getLastActive
-
setLastActive
-
getIsInternal
-
setIsInternal
-
getDisplayUsername
-
setDisplayUsername
-