Package org.pac4j.scribe.model
Class OrcidToken
- java.lang.Object
-
- com.github.scribejava.core.model.Token
-
- com.github.scribejava.core.model.OAuth2AccessToken
-
- org.pac4j.scribe.model.OrcidToken
-
- All Implemented Interfaces:
Serializable
public class OrcidToken extends com.github.scribejava.core.model.OAuth2AccessTokenThis class represents a specific Token for ORCiD using OAuth protocol version 2. It could be part of the Scribe library.- Since:
- 1.6.0
- Author:
- Jens Tinglev
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetOrcid()inthashCode()voidsetOrcid(String orcid)
-
-
-
Method Detail
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classcom.github.scribejava.core.model.OAuth2AccessToken
-
hashCode
public int hashCode()
- Overrides:
hashCodein classcom.github.scribejava.core.model.OAuth2AccessToken
-
getOrcid
public String getOrcid()
-
setOrcid
public void setOrcid(String orcid)
-
-