public class UserTemplateWithCredentialAndAttributes extends UserTemplateWithAttributes
Constructor and Description |
---|
UserTemplateWithCredentialAndAttributes(String username,
long directoryId,
PasswordCredential credential) |
UserTemplateWithCredentialAndAttributes(User user,
Map<String,Set<String>> attributes,
PasswordCredential credential) |
UserTemplateWithCredentialAndAttributes(User user,
PasswordCredential credential) |
Modifier and Type | Method and Description |
---|---|
Date |
getCreatedDate() |
PasswordCredential |
getCredential() |
List<PasswordCredential> |
getCredentialHistory() |
Date |
getUpdatedDate() |
void |
setCreatedDate(Date createdDate) |
void |
setUpdatedDate(Date updatedDate) |
getAttributes, getKeys, getValue, getValues, isEmpty, ofUserWithNoAttributes, removeAttribute, setAttribute, setAttribute, toString, toUserWithNoAttributes, toUserWithNoAttributes
compareTo, equals, getDirectoryId, getDisplayName, getEmailAddress, getExternalId, getFirstName, getLastName, getName, hashCode, isActive, setActive, setDirectoryId, setDisplayName, setEmailAddress, setExternalId, setFirstName, setLastName, setName
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getExternalId, getFirstName, getLastName
equals, getDirectoryId, getName, hashCode
compareTo, equals, getDirectoryId, getDisplayName, getEmailAddress, hashCode, isActive
public UserTemplateWithCredentialAndAttributes(String username, long directoryId, PasswordCredential credential)
public UserTemplateWithCredentialAndAttributes(User user, PasswordCredential credential)
public PasswordCredential getCredential()
public List<PasswordCredential> getCredentialHistory()
public Date getCreatedDate()
public void setCreatedDate(Date createdDate)
public Date getUpdatedDate()
public void setUpdatedDate(Date updatedDate)
Copyright © 2020 Atlassian. All rights reserved.