Uses of Interface
org.dspace.eperson.service.EPersonService
-
Packages that use EPersonService Package Description org.dspace.administer Provides classes and methods for administrative functions that fall outside the regular use of other subsystems.org.dspace.app.itemexport org.dspace.app.itemimport org.dspace.app.itemupdate org.dspace.app.requestitem org.dspace.authenticate End-user authentication manager, interface and implementations.org.dspace.content.crosswalk Provides an API and implementations of metadata crosswalks, which are directional mappings from one schema to another, performed in the context of Item ingestion or dissemination.org.dspace.content.packager Provides an API and implementations of content packages, used in the context of ingest (SIP), or dissemination (DIP)org.dspace.curate org.dspace.eperson Provides classes representing e-people and groups of e-people.org.dspace.eperson.factory org.dspace.util Generally useful classes, not particularly tied to any other package. -
-
Uses of EPersonService in org.dspace.administer
Fields in org.dspace.administer declared as EPersonService Modifier and Type Field Description protected EPersonServiceCreateAdministrator. ePersonServiceprotected static EPersonServiceStructBuilder. ePersonService -
Uses of EPersonService in org.dspace.app.itemexport
Fields in org.dspace.app.itemexport declared as EPersonService Modifier and Type Field Description protected EPersonServiceItemExportServiceImpl. ePersonService -
Uses of EPersonService in org.dspace.app.itemimport
Fields in org.dspace.app.itemimport declared as EPersonService Modifier and Type Field Description protected EPersonServiceItemImportServiceImpl. ePersonService -
Uses of EPersonService in org.dspace.app.itemupdate
Fields in org.dspace.app.itemupdate declared as EPersonService Modifier and Type Field Description protected static EPersonServiceItemUpdate. epersonService -
Uses of EPersonService in org.dspace.app.requestitem
Fields in org.dspace.app.requestitem declared as EPersonService Modifier and Type Field Description protected EPersonServiceRequestItemHelpdeskStrategy. ePersonService -
Uses of EPersonService in org.dspace.authenticate
Fields in org.dspace.authenticate declared as EPersonService Modifier and Type Field Description protected EPersonServiceAuthenticationServiceImpl. ePersonServiceprotected EPersonServiceLDAPAuthentication. ePersonServiceprotected EPersonServiceShibAuthentication. ePersonServiceprotected EPersonServiceX509Authentication. ePersonService -
Uses of EPersonService in org.dspace.content.crosswalk
Fields in org.dspace.content.crosswalk declared as EPersonService Modifier and Type Field Description protected EPersonServiceAIPTechMDCrosswalk. ePersonServiceprotected EPersonServiceMETSRightsCrosswalk. ePersonService -
Uses of EPersonService in org.dspace.content.packager
Fields in org.dspace.content.packager declared as EPersonService Modifier and Type Field Description protected EPersonServiceRoleDisseminator. ePersonServiceprotected EPersonServiceRoleIngester. ePersonService -
Uses of EPersonService in org.dspace.curate
Fields in org.dspace.curate declared as EPersonService Modifier and Type Field Description protected EPersonServiceWorkflowCuratorServiceImpl. ePersonService -
Uses of EPersonService in org.dspace.eperson
Classes in org.dspace.eperson that implement EPersonService Modifier and Type Class Description classEPersonServiceImplService implementation for the EPerson object.Fields in org.dspace.eperson declared as EPersonService Modifier and Type Field Description protected EPersonServiceAccountServiceImpl. ePersonServiceprotected EPersonServiceEPerson. ePersonServiceprotected EPersonServiceEPersonConsumer. ePersonServiceprotected EPersonServiceGroupServiceImpl. ePersonService -
Uses of EPersonService in org.dspace.eperson.factory
Methods in org.dspace.eperson.factory that return EPersonService Modifier and Type Method Description abstract EPersonServiceEPersonServiceFactory. getEPersonService()EPersonServiceEPersonServiceFactoryImpl. getEPersonService() -
Uses of EPersonService in org.dspace.util
Fields in org.dspace.util declared as EPersonService Modifier and Type Field Description protected EPersonServiceSolrUpgradePre6xStatistics. epersonService
-