Uses of Class
com.atlassian.crowd.model.user.UserTemplateWithAttributes

Packages that use UserTemplateWithAttributes
com.atlassian.crowd.acceptance.tests.directory   
com.atlassian.crowd.directory.ldap.mapper.entity   
com.atlassian.crowd.model.user   
 

Uses of UserTemplateWithAttributes in com.atlassian.crowd.acceptance.tests.directory
 

Methods in com.atlassian.crowd.acceptance.tests.directory that return UserTemplateWithAttributes
protected  UserTemplateWithAttributes BaseTest.buildUser(java.lang.String userName, java.lang.Long directoryId)
           
protected  UserTemplateWithAttributes BaseTest.buildUser(java.lang.String userName, java.lang.String emailAddress, java.lang.String firstName, java.lang.String lastName, java.lang.Long directoryId)
           
 

Uses of UserTemplateWithAttributes in com.atlassian.crowd.directory.ldap.mapper.entity
 

Methods in com.atlassian.crowd.directory.ldap.mapper.entity that return UserTemplateWithAttributes
 UserTemplateWithAttributes LDAPUserAttributesMapper.mapUserFromAttributes(javax.naming.directory.Attributes directoryAttributes)
          Creates a User object containing the information in the Attributes object.
 

Uses of UserTemplateWithAttributes in com.atlassian.crowd.model.user
 

Subclasses of UserTemplateWithAttributes in com.atlassian.crowd.model.user
 class UserTemplateWithCredentialAndAttributes
          Predominantly used for the 'bulk' adding of users to Crowd.
 

Methods in com.atlassian.crowd.model.user that return UserTemplateWithAttributes
static UserTemplateWithAttributes UserTemplateWithAttributes.ofUserWithNoAttributes(User user)
          Creates new UserTemplateWithAttributes based on the given user with empty attributes.
 

Constructors in com.atlassian.crowd.model.user with parameters of type UserTemplateWithAttributes
LDAPUserWithAttributes(java.lang.String dn, UserTemplateWithAttributes user)
           
 



Copyright © 2012 Atlassian. All Rights Reserved.