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

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

public class PasswordEntity
extends java.lang.Object

Represents a password entity.

Since:
v2.1

Constructor Summary
PasswordEntity(java.lang.String value, com.atlassian.plugins.rest.common.Link link)
          Constructs a password entity.
 
Method Summary
 com.atlassian.plugins.rest.common.Link getLink()
           
 java.lang.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(java.lang.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 java.lang.String getValue()

getLink

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


Copyright © 2011 Atlassian. All Rights Reserved.