Uses of Interface
com.atlassian.crowd.embedded.api.UserWithAttributes

Packages that use UserWithAttributes
com.atlassian.crowd.embedded.api   
com.atlassian.crowd.embedded.core   
com.atlassian.crowd.embedded.impl   
com.atlassian.crowd.embedded.propertyset   
com.atlassian.crowd.integration.rest.entity   
com.atlassian.crowd.model.user   
 

Uses of UserWithAttributes in com.atlassian.crowd.embedded.api
 

Methods in com.atlassian.crowd.embedded.api that return UserWithAttributes
 UserWithAttributes CrowdService.getUserWithAttributes(java.lang.String name)
          Returns the user that matches the supplied name.
 

Uses of UserWithAttributes in com.atlassian.crowd.embedded.core
 

Methods in com.atlassian.crowd.embedded.core that return UserWithAttributes
 UserWithAttributes CrowdServiceImpl.getUserWithAttributes(java.lang.String name)
           
 

Uses of UserWithAttributes in com.atlassian.crowd.embedded.impl
 

Classes in com.atlassian.crowd.embedded.impl that implement UserWithAttributes
 class DelegatingUserWithAttributes
          Implementation of UserWithAttributes that simply delegates to an underlying User and Attributes object.
 

Uses of UserWithAttributes in com.atlassian.crowd.embedded.propertyset
 

Constructors in com.atlassian.crowd.embedded.propertyset with parameters of type UserWithAttributes
EmbeddedCrowdPropertySet(UserWithAttributes user, CrowdService crowdService)
           
 

Uses of UserWithAttributes in com.atlassian.crowd.integration.rest.entity
 

Classes in com.atlassian.crowd.integration.rest.entity that implement UserWithAttributes
 class UserEntity
          Represents a User entity.
 

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

Subinterfaces of UserWithAttributes in com.atlassian.crowd.model.user
 interface UserWithAttributes
           
 

Classes in com.atlassian.crowd.model.user that implement UserWithAttributes
 class InternalUserWithAttributes
          Encapsulates the concept of user which has attributes.
 class LDAPUserWithAttributes
           
 class UserTemplateWithAttributes
          Mutable user template with mutable attributes.
 class UserTemplateWithCredentialAndAttributes
          Predominantly used for the 'bulk' adding of users to Crowd.
 



Copyright © 2012 Atlassian. All Rights Reserved.