com.atlassian.crowd.model.user
Class UserTemplateWithCredentialAndAttributes
java.lang.Object
com.atlassian.crowd.model.user.UserTemplate
com.atlassian.crowd.model.user.UserTemplateWithAttributes
com.atlassian.crowd.model.user.UserTemplateWithCredentialAndAttributes
- All Implemented Interfaces:
- com.atlassian.crowd.embedded.api.Attributes, com.atlassian.crowd.embedded.api.User, com.atlassian.crowd.embedded.api.UserWithAttributes, DirectoryEntity, Serializable, Comparable<com.atlassian.crowd.embedded.api.User>, Principal
public class UserTemplateWithCredentialAndAttributes
- extends UserTemplateWithAttributes
Predominantly used for the 'bulk' adding of users to Crowd.
- See Also:
- Serialized Form
| Methods inherited from class com.atlassian.crowd.model.user.UserTemplate |
compareTo, equals, getDirectoryId, getDisplayName, getEmailAddress, getExternalId, getFirstName, getLastName, getName, hashCode, isActive, setActive, setDirectoryId, setDisplayName, setEmailAddress, setExternalId, setFirstName, setLastName, setName, toString |
| Methods inherited from interface com.atlassian.crowd.embedded.api.User |
compareTo, equals, getDirectoryId, getDisplayName, getEmailAddress, hashCode, isActive |
UserTemplateWithCredentialAndAttributes
public UserTemplateWithCredentialAndAttributes(String username,
long directoryId,
com.atlassian.crowd.embedded.api.PasswordCredential credential)
UserTemplateWithCredentialAndAttributes
public UserTemplateWithCredentialAndAttributes(User user,
com.atlassian.crowd.embedded.api.PasswordCredential credential)
UserTemplateWithCredentialAndAttributes
public UserTemplateWithCredentialAndAttributes(User user,
Map<String,Set<String>> attributes,
com.atlassian.crowd.embedded.api.PasswordCredential credential)
getCredential
public com.atlassian.crowd.embedded.api.PasswordCredential getCredential()
getCredentialHistory
public List<com.atlassian.crowd.embedded.api.PasswordCredential> getCredentialHistory()
getCreatedDate
public Date getCreatedDate()
setCreatedDate
public void setCreatedDate(Date createdDate)
getUpdatedDate
public Date getUpdatedDate()
setUpdatedDate
public void setUpdatedDate(Date updatedDate)
Copyright © 2014 Atlassian. All Rights Reserved.