Uses of Interface
org.dspace.orcid.service.OrcidTokenService
-
Packages that use OrcidTokenService Package Description org.dspace.eperson Provides classes representing e-people and groups of e-people.org.dspace.orcid.factory org.dspace.orcid.service.impl -
-
Uses of OrcidTokenService in org.dspace.eperson
Fields in org.dspace.eperson declared as OrcidTokenService Modifier and Type Field Description protected OrcidTokenServiceEPersonServiceImpl. orcidTokenService -
Uses of OrcidTokenService in org.dspace.orcid.factory
Methods in org.dspace.orcid.factory that return OrcidTokenService Modifier and Type Method Description abstract OrcidTokenServiceOrcidServiceFactory. getOrcidTokenService()OrcidTokenServiceOrcidServiceFactoryImpl. getOrcidTokenService() -
Uses of OrcidTokenService in org.dspace.orcid.service.impl
Classes in org.dspace.orcid.service.impl that implement OrcidTokenService Modifier and Type Class Description classOrcidTokenServiceImplImplementation ofOrcidTokenService.
-