Package 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:
Attributes,User,UserWithAttributes,DirectoryEntity,User,UserWithAttributes,Serializable,Comparable<User>,Principal
Predominantly used for the 'bulk' adding of users to Crowd.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUserTemplateWithCredentialAndAttributes(User user, PasswordCredential credential) UserTemplateWithCredentialAndAttributes(User user, Map<String, Set<String>> attributes, PasswordCredential credential) UserTemplateWithCredentialAndAttributes(String username, long directoryId, PasswordCredential credential) -
Method Summary
Modifier and TypeMethodDescriptionvoidsetCreatedDate(Date createdDate) voidsetUpdatedDate(Date updatedDate) Methods inherited from class com.atlassian.crowd.model.user.UserTemplateWithAttributes
getAttributes, getKeys, getValue, getValues, isEmpty, ofUserWithNoAttributes, removeAttribute, setAttribute, setAttribute, toString, toUserWithNoAttributes, toUserWithNoAttributesMethods 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, setNameMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.atlassian.crowd.model.DirectoryEntity
equals, getDirectoryId, getName, hashCodeMethods inherited from interface com.atlassian.crowd.embedded.api.User
compareTo, equals, getDirectoryId, getDisplayName, getEmailAddress, hashCode, isActive, isMarkedAsDeletedMethods inherited from interface com.atlassian.crowd.model.user.User
getExternalId, getFirstName, getLastName
-
Constructor Details
-
UserTemplateWithCredentialAndAttributes
public UserTemplateWithCredentialAndAttributes(String username, long directoryId, PasswordCredential credential) -
UserTemplateWithCredentialAndAttributes
-
UserTemplateWithCredentialAndAttributes
-
-
Method Details
-
getCredential
-
getCredentialHistory
-
getCreatedDate
-
setCreatedDate
-
getUpdatedDate
-
setUpdatedDate
-