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 Details

    • PasswordEntity

      public PasswordEntity(String value, com.atlassian.plugins.rest.api.model.Link link)
      Constructs a password entity.
      Parameters:
      value - value of the password
      link - link to the password resource.
  • Method Details

    • getValue

      public String getValue()
    • getLink

      public com.atlassian.plugins.rest.api.model.Link getLink()