Uses of Class
com.atlassian.crowd.plugin.rest.entity.PasswordEntity

Packages that use PasswordEntity
com.atlassian.crowd.plugin.rest.entity   
com.atlassian.crowd.plugin.rest.service.controller   
com.atlassian.crowd.plugin.rest.service.resources   
 

Uses of PasswordEntity in com.atlassian.crowd.plugin.rest.entity
 

Methods in com.atlassian.crowd.plugin.rest.entity that return PasswordEntity
 PasswordEntity UserEntity.getPassword()
           
 

Methods in com.atlassian.crowd.plugin.rest.entity with parameters of type PasswordEntity
 void UserEntity.setPassword(PasswordEntity password)
           
 

Constructors in com.atlassian.crowd.plugin.rest.entity with parameters of type PasswordEntity
UserEntity(java.lang.String name, java.lang.String firstName, java.lang.String lastName, java.lang.String displayName, java.lang.String emailAddress, PasswordEntity password, java.lang.Boolean active, com.atlassian.plugins.rest.common.Link link)
           
 

Uses of PasswordEntity in com.atlassian.crowd.plugin.rest.service.controller
 

Methods in com.atlassian.crowd.plugin.rest.service.controller with parameters of type PasswordEntity
 UserEntity AuthenticationController.authenticateUser(java.lang.String applicationName, java.lang.String username, PasswordEntity password, java.net.URI baseUri)
          Authenticates the user with the given username and password.
 

Uses of PasswordEntity in com.atlassian.crowd.plugin.rest.service.resources
 

Methods in com.atlassian.crowd.plugin.rest.service.resources with parameters of type PasswordEntity
 javax.ws.rs.core.Response AuthenticationResource.authenticateUser(java.lang.String username, PasswordEntity password)
          Authenticates a user.
 javax.ws.rs.core.Response UsersResource.updateUserPassword(java.lang.String userName, PasswordEntity password)
          Updates a user password.
 



Copyright © 2010 Atlassian. All Rights Reserved.