Class Client
java.lang.Object
org.orcid.jaxb.model.v3.release.client.Client
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetId()getName()inthashCode()booleanbooleanbooleanbooleanvoidsetAllowAutoDeprecate(boolean allowAutoDeprecate) voidsetAuthenticationProviderId(String authenticationProviderId) voidsetClientRedirectUris(Set<ClientRedirectUri> clientRedirectUris) voidsetClientType(ClientType clientType) voidsetDecryptedSecret(String decryptedSecret) voidsetDescription(String description) voidsetEmailAccessReason(String emailAccessReason) voidsetGroupProfileId(String groupProfileId) voidvoidvoidsetOboEnabled(boolean oboEnabled) voidsetPersistentTokensEnabled(boolean persistentTokensEnabled) voidsetUserOBOEnabled(boolean userOBOEnabled) voidsetWebsite(String website)
-
Constructor Details
-
Client
public Client()
-
-
Method Details
-
getId
-
setId
-
getName
-
setName
-
getDescription
-
setDescription
-
getWebsite
-
setWebsite
-
getGroupProfileId
-
setGroupProfileId
-
getAuthenticationProviderId
-
setAuthenticationProviderId
-
getEmailAccessReason
-
setEmailAccessReason
-
getDecryptedSecret
-
setDecryptedSecret
-
getClientType
-
setClientType
-
isAllowAutoDeprecate
public boolean isAllowAutoDeprecate() -
setAllowAutoDeprecate
public void setAllowAutoDeprecate(boolean allowAutoDeprecate) -
isPersistentTokensEnabled
public boolean isPersistentTokensEnabled() -
setPersistentTokensEnabled
public void setPersistentTokensEnabled(boolean persistentTokensEnabled) -
getClientRedirectUris
-
setClientRedirectUris
-
isUserOBOEnabled
public boolean isUserOBOEnabled() -
setUserOBOEnabled
public void setUserOBOEnabled(boolean userOBOEnabled) -
isOboEnabled
public boolean isOboEnabled() -
setOboEnabled
public void setOboEnabled(boolean oboEnabled) -
hashCode
public int hashCode() -
equals
-