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

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

public class PasswordEntity
extends Object

Represents a password entity.

Since:
v2.1

Constructor Summary
PasswordEntity(String value)
          Constructs a password entity.
 
Method Summary
 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)
Constructs a password entity.

Parameters:
value - value of the password
Method Detail

getValue

public String getValue()


Copyright © 2012 Atlassian. All Rights Reserved.