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

Packages that use InternalUser
com.atlassian.crowd.dao.user   
com.atlassian.crowd.model.membership   
com.atlassian.crowd.model.user   
 

Uses of InternalUser in com.atlassian.crowd.dao.user
 

Methods in com.atlassian.crowd.dao.user that return types with arguments of type InternalUser
 Collection<InternalUser> InternalUserDao.findByNames(long directoryID, Collection<String> usernames)
          Bulk find of users using SQL disjunction.
 

Uses of InternalUser in com.atlassian.crowd.model.membership
 

Constructors in com.atlassian.crowd.model.membership with parameters of type InternalUser
InternalMembership(InternalGroup group, InternalUser user)
           
 

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

Methods in com.atlassian.crowd.model.user that return InternalUser
 InternalUser InternalUserWithAttributes.getInternalUser()
           
 InternalUser InternalUserCredentialRecord.getUser()
           
 InternalUser InternalUserAttribute.getUser()
           
 

Constructors in com.atlassian.crowd.model.user with parameters of type InternalUser
InternalUserAttribute(InternalUser user, String name, String value)
           
InternalUserAttribute(Long id, InternalUser user, String name, String value)
           
InternalUserCredentialRecord(InternalUser user, String passwordHash)
           
InternalUserCredentialRecord(Long id, InternalUser user, String passwordHash)
          Only use this constructor for cloning / importing when the id is known.
InternalUserWithAttributes(InternalUser user, Map<String,Set<String>> attributes)
           
 



Copyright © 2016 Atlassian. All Rights Reserved.