Package org.orcid.jaxb.model.clientgroup
Class OrcidClient
java.lang.Object
org.orcid.jaxb.model.clientgroup.OrcidClient
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Booleanprotected Stringprotected Stringprotected Stringprotected ErrorDescprotected Stringprotected booleanprotected RedirectUrisprotected Stringprotected ClientTypeprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the clientId property.Gets the value of the clientSecret property.Gets the value of the displayName property.Gets the value of the errors property.getIdp()Gets the value of the persistentTokenEnabled property.Gets the value of the redirectUris property.Gets the value of the shortDescription property.getType()Gets the value of the type property.Gets the value of the website property.booleanGets the value of the persistentTokenEnabled property.voidsetAllowAutoDeprecate(Boolean allowAutoDeprecate) voidsetClientId(String value) Sets the value of the clientId property.voidsetClientSecret(String value) Sets the value of the clientSecret property.voidsetDisplayName(String value) Sets the value of the displayName property.voidSets the value of the errors property.voidSets the value of the idp property.voidsetPersistentTokenEnabled(boolean persistentTokenEnabled) Sets the value of the persistentTokenEnabled property.voidsetRedirectUris(RedirectUris value) Sets the value of the redirectUris property.voidsetShortDescription(String value) Sets the value of the shortDescription property.voidsetType(ClientType value) Sets the value of the type property.voidsetWebsite(String value) Sets the value of the website property.
-
Field Details
-
displayName
-
website
-
shortDescription
-
idp
-
redirectUris
-
clientId
-
clientSecret
-
errors
-
type
-
persistentTokenEnabled
protected boolean persistentTokenEnabled -
allowAutoDeprecate
-
-
Constructor Details
-
OrcidClient
public OrcidClient()
-
-
Method Details
-
getDisplayName
Gets the value of the displayName property.- Returns:
- possible object is
String
-
setDisplayName
Sets the value of the displayName property.- Parameters:
value- allowed object isString
-
getWebsite
Gets the value of the website property.- Returns:
- possible object is
String
-
setWebsite
Sets the value of the website property.- Parameters:
value- allowed object isString
-
getShortDescription
Gets the value of the shortDescription property.- Returns:
- possible object is
String
-
setShortDescription
Sets the value of the shortDescription property.- Parameters:
value- allowed object isString
-
getRedirectUris
Gets the value of the redirectUris property.- Returns:
- possible object is
RedirectUris
-
setRedirectUris
Sets the value of the redirectUris property.- Parameters:
value- allowed object isRedirectUris
-
getClientId
Gets the value of the clientId property.- Returns:
- possible object is
String
-
setClientId
Sets the value of the clientId property.- Parameters:
value- allowed object isString
-
getClientSecret
Gets the value of the clientSecret property.- Returns:
- possible object is
String
-
setClientSecret
Sets the value of the clientSecret property.- Parameters:
value- allowed object isString
-
getType
Gets the value of the type property.- Returns:
- possible object is
ClientType
-
setType
Sets the value of the type property.- Parameters:
value- allowed object isOrcidType
-
getErrors
Gets the value of the errors property.- Returns:
- an ErrorDesc object
-
setErrors
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
Gets the value of the persistentTokenEnabled property.- Returns:
- the value of the idp
-
setIdp
Sets the value of the idp property.- Parameters:
idp- - the idp value
-
getAllowAutoDeprecate
-
setAllowAutoDeprecate
-