Class UserProfile

java.lang.Object
com.xebialabs.deployit.engine.api.dto.AbstractDto
com.xebialabs.deployit.engine.api.security.UserProfile

public class UserProfile extends AbstractDto
Representation of XL Deploy user Profile
  • Constructor Details

    • UserProfile

      public UserProfile()
  • Method Details

    • getFullName

      public String getFullName()
    • setFullName

      public void setFullName(String fullName)
    • getEmail

      public String getEmail()
    • setEmail

      public void setEmail(String email)
    • getLoginAllowed

      public Boolean getLoginAllowed()
    • setLoginAllowed

      public void setLoginAllowed(Boolean loginAllowed)
    • getLastActive

      public Date getLastActive()
    • setLastActive

      public void setLastActive(Date lastActive)
    • getIsInternal

      public Boolean getIsInternal()
    • setIsInternal

      public void setIsInternal(Boolean isInternal)
    • getDisplayUsername

      public String getDisplayUsername()
    • setDisplayUsername

      public void setDisplayUsername(String displayUsername)