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
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetEmail()voidsetDisplayUsername(String displayUsername) voidvoidsetFullName(String fullName) voidsetIsInternal(Boolean isInternal) voidsetLastActive(Date lastActive) voidsetLoginAllowed(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
-