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

Packages that use UserWithAttributes
com.atlassian.crowd.console.action.principal   
com.atlassian.crowd.directory   
com.atlassian.crowd.embedded.spi   
com.atlassian.crowd.integration.rest.service   
com.atlassian.crowd.manager.application   
com.atlassian.crowd.manager.directory   
com.atlassian.crowd.plugin.rest.util   
com.atlassian.crowd.service.client   
com.atlassian.crowd.service.soap   
 

Uses of UserWithAttributes in com.atlassian.crowd.console.action.principal
 

Methods in com.atlassian.crowd.console.action.principal with parameters of type UserWithAttributes
protected  java.util.Map<java.lang.String,java.util.Set<java.lang.String>> ViewPrincipal.readAttributes(UserWithAttributes userWithAttributes)
           
 

Uses of UserWithAttributes in com.atlassian.crowd.directory
 

Methods in com.atlassian.crowd.directory that return UserWithAttributes
 UserWithAttributes RemoteCrowdDirectory.findUserWithAttributesByName(java.lang.String name)
           
 UserWithAttributes DelegatedAuthenticationDirectory.findUserWithAttributesByName(java.lang.String name)
           
 UserWithAttributes AbstractInternalDirectory.findUserWithAttributesByName(java.lang.String name)
           
 UserWithAttributes RemoteDirectory.findUserWithAttributesByName(java.lang.String name)
          Finds the user that matches the supplied name.
 UserWithAttributes DbCachingRemoteDirectory.findUserWithAttributesByName(java.lang.String name)
           
 

Methods in com.atlassian.crowd.directory with parameters of type UserWithAttributes
protected  long AbstractInternalDirectory.currentPrincipalInvalidPasswordAttempts(UserWithAttributes user)
           
protected  boolean AbstractInternalDirectory.requiresPasswordChange(UserWithAttributes user)
           
 

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

Methods in com.atlassian.crowd.embedded.spi that return UserWithAttributes
 UserWithAttributes UserDao.findByNameWithAttributes(long directoryId, java.lang.String userName)
          Finds and returns the user with attributes with the given name and directory ID.
 

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

Methods in com.atlassian.crowd.integration.rest.service that return UserWithAttributes
 UserWithAttributes RestCrowdClient.getUserWithAttributes(java.lang.String name)
           
 

Uses of UserWithAttributes in com.atlassian.crowd.manager.application
 

Methods in com.atlassian.crowd.manager.application that return UserWithAttributes
 UserWithAttributes ApplicationService.findUserWithAttributesByName(Application application, java.lang.String name)
          Returns the first user with the matching username from all the active directories assigned to the application.
 UserWithAttributes TranslatingApplicationService.findUserWithAttributesByName(Application application, java.lang.String name)
           
 UserWithAttributes ApplicationServiceGeneric.findUserWithAttributesByName(Application application, java.lang.String name)
           
 

Uses of UserWithAttributes in com.atlassian.crowd.manager.directory
 

Methods in com.atlassian.crowd.manager.directory that return UserWithAttributes
 UserWithAttributes DirectoryManager.findUserWithAttributesByName(long directoryId, java.lang.String username)
          Returns the user with all attributes matching the supplied username in the directory specified by the passed in directoryId..
 UserWithAttributes DirectoryManagerGeneric.findUserWithAttributesByName(long directoryId, java.lang.String username)
           
 

Uses of UserWithAttributes in com.atlassian.crowd.plugin.rest.util
 

Methods in com.atlassian.crowd.plugin.rest.util that return UserWithAttributes
static UserWithAttributes EntityTranslator.fromUserEntity(UserEntity userEntity)
          Translates a UserEntity to a UserWithAttributes.
 

Uses of UserWithAttributes in com.atlassian.crowd.service.client
 

Methods in com.atlassian.crowd.service.client that return UserWithAttributes
 UserWithAttributes CrowdClient.getUserWithAttributes(java.lang.String name)
          Gets a User with Attributes by user name.
 

Uses of UserWithAttributes in com.atlassian.crowd.service.soap
 

Methods in com.atlassian.crowd.service.soap with parameters of type UserWithAttributes
static SOAPPrincipal ObjectTranslator.processUserWithAttributes(UserWithAttributes user)
           
 



Copyright © 2010 Atlassian. All Rights Reserved.