Class OrcidClient

java.lang.Object
org.orcid.jaxb.model.clientgroup.OrcidClient
All Implemented Interfaces:
Serializable

public class OrcidClient extends Object implements Serializable
See Also:
  • Field Details

    • displayName

      protected String displayName
    • website

      protected String website
    • shortDescription

      protected String shortDescription
    • idp

      protected String idp
    • redirectUris

      protected RedirectUris redirectUris
    • clientId

      protected String clientId
    • clientSecret

      protected String clientSecret
    • errors

      protected ErrorDesc errors
    • type

      protected ClientType type
    • persistentTokenEnabled

      protected boolean persistentTokenEnabled
    • allowAutoDeprecate

      protected Boolean allowAutoDeprecate
  • Constructor Details

    • OrcidClient

      public OrcidClient()
  • Method Details

    • getDisplayName

      public String getDisplayName()
      Gets the value of the displayName property.
      Returns:
      possible object is String
    • setDisplayName

      public void setDisplayName(String value)
      Sets the value of the displayName property.
      Parameters:
      value - allowed object is String
    • getWebsite

      public String getWebsite()
      Gets the value of the website property.
      Returns:
      possible object is String
    • setWebsite

      public void setWebsite(String value)
      Sets the value of the website property.
      Parameters:
      value - allowed object is String
    • getShortDescription

      public String getShortDescription()
      Gets the value of the shortDescription property.
      Returns:
      possible object is String
    • setShortDescription

      public void setShortDescription(String value)
      Sets the value of the shortDescription property.
      Parameters:
      value - allowed object is String
    • getRedirectUris

      public RedirectUris getRedirectUris()
      Gets the value of the redirectUris property.
      Returns:
      possible object is RedirectUris
    • setRedirectUris

      public void setRedirectUris(RedirectUris value)
      Sets the value of the redirectUris property.
      Parameters:
      value - allowed object is RedirectUris
    • getClientId

      public String getClientId()
      Gets the value of the clientId property.
      Returns:
      possible object is String
    • setClientId

      public void setClientId(String value)
      Sets the value of the clientId property.
      Parameters:
      value - allowed object is String
    • getClientSecret

      public String getClientSecret()
      Gets the value of the clientSecret property.
      Returns:
      possible object is String
    • setClientSecret

      public void setClientSecret(String value)
      Sets the value of the clientSecret property.
      Parameters:
      value - allowed object is String
    • getType

      public ClientType getType()
      Gets the value of the type property.
      Returns:
      possible object is ClientType
    • setType

      public void setType(ClientType value)
      Sets the value of the type property.
      Parameters:
      value - allowed object is OrcidType
    • getErrors

      public ErrorDesc getErrors()
      Gets the value of the errors property.
      Returns:
      an ErrorDesc object
    • setErrors

      public void setErrors(ErrorDesc errors)
      Sets the value of the errors property.
      Parameters:
      errors - - an ErrorDesc object
    • isPersistentTokenEnabled

      public boolean isPersistentTokenEnabled()
      Gets the value of the persistentTokenEnabled property.
      Returns:
      boolean value
    • setPersistentTokenEnabled

      public void setPersistentTokenEnabled(boolean persistentTokenEnabled)
      Sets the value of the persistentTokenEnabled property.
      Parameters:
      persistentTokenEnabled - - persistentTokenEnabled boolean
    • getIdp

      public String getIdp()
      Gets the value of the persistentTokenEnabled property.
      Returns:
      the value of the idp
    • setIdp

      public void setIdp(String idp)
      Sets the value of the idp property.
      Parameters:
      idp - - the idp value
    • getAllowAutoDeprecate

      public Boolean getAllowAutoDeprecate()
    • setAllowAutoDeprecate

      public void setAllowAutoDeprecate(Boolean allowAutoDeprecate)