Package org.orcid.jaxb.model.client_v2
Class Client
java.lang.Object
org.orcid.jaxb.model.client_v2.Client
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetId()getName()inthashCode()booleanbooleanvoidsetAllowAutoDeprecate(boolean allowAutoDeprecate) voidsetAuthenticationProviderId(String authenticationProviderId) voidsetClientRedirectUris(Set<ClientRedirectUri> clientRedirectUris) voidsetClientType(ClientType clientType) voidsetDecryptedSecret(String decryptedSecret) voidsetDescription(String description) voidsetEmailAccessReason(String emailAccessReason) voidsetGroupProfileId(String groupProfileId) voidvoidvoidsetPersistentTokensEnabled(boolean persistentTokensEnabled) 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
-
hashCode
public int hashCode() -
equals
-