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

java.lang.Object
  extended by com.atlassian.crowd.plugin.rest.entity.PasswordEntity

public class PasswordEntity
extends Object

Represents a password entity.

Since:
v2.1

Constructor Summary
PasswordEntity(String value, com.atlassian.plugins.rest.common.Link link)
          Constructs a password entity.
 
Method Summary
 com.atlassian.plugins.rest.common.Link getLink()
           
 String getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PasswordEntity

public PasswordEntity(String value,
                      com.atlassian.plugins.rest.common.Link link)
Constructs a password entity.

Parameters:
value - value of the password
link - link to the password resource.
Method Detail

getValue

public String getValue()

getLink

public com.atlassian.plugins.rest.common.Link getLink()


Copyright © 2012 Atlassian. All Rights Reserved.