com.atlassian.crowd.integration.model.user
Class UserTemplateWithCredentialAndAttributes
java.lang.Object
com.atlassian.crowd.integration.model.user.UserTemplate
com.atlassian.crowd.integration.model.user.UserTemplateWithAttributes
com.atlassian.crowd.integration.model.user.UserTemplateWithCredentialAndAttributes
- All Implemented Interfaces:
- AttributeAware, DirectoryEntity, User, UserWithAttributes
public class UserTemplateWithCredentialAndAttributes
- extends UserTemplateWithAttributes
Predominantley used for the 'bulk' adding of users to Crowd.
- See Also:
BatchingRemoteDirectory
| Methods inherited from class com.atlassian.crowd.integration.model.user.UserTemplate |
equals, getDirectoryId, getDisplayName, getEmailAddress, getFirstName, getIconLocation, getLastName, getName, hashCode, isActive, setActive, setDirectoryId, setDisplayName, setEmailAddress, setFirstName, setIconLocation, setLastName, setName, toString |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
UserTemplateWithCredentialAndAttributes
public UserTemplateWithCredentialAndAttributes(java.lang.String username,
java.lang.Long directoryId,
PasswordCredential credential)
UserTemplateWithCredentialAndAttributes
public UserTemplateWithCredentialAndAttributes(User user,
PasswordCredential credential)
getCredential
public PasswordCredential getCredential()
Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.