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 TypeMethodDescriptionvoid
setCreatedDate
(Date createdDate) void
setUpdatedDate
(Date updatedDate) Methods inherited from class com.atlassian.crowd.model.user.UserTemplateWithAttributes
getAttributes, getKeys, getValue, getValues, isEmpty, ofUserWithNoAttributes, removeAttribute, setAttribute, setAttribute, toString, toUserWithNoAttributes, toUserWithNoAttributes
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
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.atlassian.crowd.model.DirectoryEntity
equals, getDirectoryId, getName, hashCode
Methods inherited from interface com.atlassian.crowd.embedded.api.User
compareTo, equals, getDirectoryId, getDisplayName, getEmailAddress, hashCode, isActive, isMarkedAsDeleted
Methods 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
-