Class PasswordEntity
java.lang.Object
com.atlassian.crowd.plugin.rest.entity.PasswordEntity
Represents a password entity.
- Since:
- v2.1
-
Constructor Summary
ConstructorsConstructorDescriptionPasswordEntity(String value, com.atlassian.plugins.rest.api.model.Link link) Constructs a password entity. -
Method Summary
-
Constructor Details
-
PasswordEntity
Constructs a password entity.- Parameters:
value- value of the passwordlink- link to the password resource.
-
-
Method Details
-
getValue
-
getLink
public com.atlassian.plugins.rest.api.model.Link getLink()
-