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, toUserWithNoAttributescompareTo, equals, getDirectoryId, getDisplayName, getEmailAddress, getExternalId, getFirstName, getLastName, getName, hashCode, isActive, setActive, setDirectoryId, setDisplayName, setEmailAddress, setExternalId, setFirstName, setLastName, setNameclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetExternalId, getFirstName, getLastNameequals, getDirectoryId, getName, hashCodecompareTo, equals, getDirectoryId, getDisplayName, getEmailAddress, hashCode, isActive, isMarkedAsDeletedpublic 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 © 2023 Atlassian. All rights reserved.