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 SummaryConstructors
- 
Method SummaryModifier 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.AbstractDtotoString
- 
Constructor Details- 
UserProfilepublic UserProfile()
 
- 
- 
Method Details- 
getFullName
- 
setFullName
- 
getEmail
- 
setEmail
- 
getLoginAllowed
- 
setLoginAllowed
- 
getLastActive
- 
setLastActive
- 
getIsInternal
- 
setIsInternal
- 
getDisplayUsername
- 
setDisplayUsername
 
-