com.atlassian.crowd.plugin.rest.entity
Class PasswordEntity
java.lang.Object
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. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PasswordEntity
public PasswordEntity(String value,
com.atlassian.plugins.rest.common.Link link)
- Constructs a password entity.
- Parameters:
value - value of the passwordlink - link to the password resource.
getValue
public String getValue()
getLink
public com.atlassian.plugins.rest.common.Link getLink()
Copyright © 2012 Atlassian. All Rights Reserved.