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.resource   
com.atlassian.crowd.plugin.rest.util   
 

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

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

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

Constructors in com.atlassian.crowd.plugin.rest.entity with parameters of type PasswordEntity
ApplicationEntity(java.lang.Long id, java.lang.String name, java.lang.String type, java.lang.String description, java.lang.Boolean active, PasswordEntity password, java.lang.Boolean lowercaseOutput, java.lang.Boolean aliasingEnabled, com.atlassian.plugins.rest.common.Link link)
           
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.resource
 

Methods in com.atlassian.crowd.plugin.rest.service.resource 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.
 

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

Methods in com.atlassian.crowd.plugin.rest.util with parameters of type PasswordEntity
static PasswordCredential ApplicationEntityTranslator.toPasswordCredential(PasswordEntity passwordEntity)
          Translates from a PasswordEntity to a PasswordCredential.
 



Copyright © 2012 Atlassian. All Rights Reserved.