Class Client

java.lang.Object
org.orcid.jaxb.model.client_v2.Client
All Implemented Interfaces:
Serializable

public class Client extends Object implements Serializable
See Also:
  • Constructor Details

    • Client

      public Client()
  • Method Details

    • getId

      public String getId()
    • setId

      public void setId(String id)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • getWebsite

      public String getWebsite()
    • setWebsite

      public void setWebsite(String website)
    • getGroupProfileId

      public String getGroupProfileId()
    • setGroupProfileId

      public void setGroupProfileId(String groupProfileId)
    • getAuthenticationProviderId

      public String getAuthenticationProviderId()
    • setAuthenticationProviderId

      public void setAuthenticationProviderId(String authenticationProviderId)
    • getEmailAccessReason

      public String getEmailAccessReason()
    • setEmailAccessReason

      public void setEmailAccessReason(String emailAccessReason)
    • getDecryptedSecret

      public String getDecryptedSecret()
    • setDecryptedSecret

      public void setDecryptedSecret(String decryptedSecret)
    • getClientType

      public ClientType getClientType()
    • setClientType

      public void setClientType(ClientType clientType)
    • isAllowAutoDeprecate

      public boolean isAllowAutoDeprecate()
    • setAllowAutoDeprecate

      public void setAllowAutoDeprecate(boolean allowAutoDeprecate)
    • isPersistentTokensEnabled

      public boolean isPersistentTokensEnabled()
    • setPersistentTokensEnabled

      public void setPersistentTokensEnabled(boolean persistentTokensEnabled)
    • getClientRedirectUris

      public Set<ClientRedirectUri> getClientRedirectUris()
    • setClientRedirectUris

      public void setClientRedirectUris(Set<ClientRedirectUri> clientRedirectUris)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object