Uses of Interface
org.dspace.authorize.service.AuthorizeService
-
Packages that use AuthorizeService Package Description org.dspace.app.itemimport org.dspace.app.itemupdate org.dspace.app.mediafilter org.dspace.app.util Miscellaneous utility classes.org.dspace.authorize Handles permissions for DSpace content.org.dspace.authorize.factory org.dspace.browse Provides classes and methods for browsing Items in DSpace by whatever is specified in the configuration.org.dspace.content Provides an API for reading and manipulating content in the DSpace system.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.discovery org.dspace.disseminate org.dspace.embargo Embargo allows the deposit of Items whose content should not be made visible until later.org.dspace.eperson Provides classes representing e-people and groups of e-people.org.dspace.search Interface to the Lucene search engine, and the 'harvest' API for retrieving items modified within a given date range.org.dspace.submit org.dspace.versioning org.dspace.workflowbasic org.dspace.xmlworkflow -
-
Uses of AuthorizeService in org.dspace.app.itemimport
Fields in org.dspace.app.itemimport declared as AuthorizeService Modifier and Type Field Description protected AuthorizeServiceItemImportServiceImpl. authorizeService -
Uses of AuthorizeService in org.dspace.app.itemupdate
Fields in org.dspace.app.itemupdate declared as AuthorizeService Modifier and Type Field Description protected AuthorizeServiceAddBitstreamsAction. authorizeService -
Uses of AuthorizeService in org.dspace.app.mediafilter
Fields in org.dspace.app.mediafilter declared as AuthorizeService Modifier and Type Field Description protected AuthorizeServiceMediaFilterServiceImpl. authorizeService -
Uses of AuthorizeService in org.dspace.app.util
Fields in org.dspace.app.util declared as AuthorizeService Modifier and Type Field Description protected AuthorizeServiceMetadataExposureServiceImpl. authorizeService -
Uses of AuthorizeService in org.dspace.authorize
Classes in org.dspace.authorize that implement AuthorizeService Modifier and Type Class Description classAuthorizeServiceImplAuthorizeManager handles all authorization checks for DSpace. -
Uses of AuthorizeService in org.dspace.authorize.factory
Methods in org.dspace.authorize.factory that return AuthorizeService Modifier and Type Method Description abstract AuthorizeServiceAuthorizeServiceFactory. getAuthorizeService()AuthorizeServiceAuthorizeServiceFactoryImpl. getAuthorizeService() -
Uses of AuthorizeService in org.dspace.browse
Fields in org.dspace.browse declared as AuthorizeService Modifier and Type Field Description protected AuthorizeServiceSolrBrowseDAO. authorizeService -
Uses of AuthorizeService in org.dspace.content
Fields in org.dspace.content declared as AuthorizeService Modifier and Type Field Description protected AuthorizeServiceBitstreamFormatServiceImpl. authorizeServiceprotected AuthorizeServiceBitstreamServiceImpl. authorizeServiceprotected AuthorizeServiceBundleServiceImpl. authorizeServiceprotected AuthorizeServiceCollectionServiceImpl. authorizeServiceprotected AuthorizeServiceCommunityServiceImpl. authorizeServiceprotected AuthorizeServiceEntityTypeServiceImpl. authorizeServiceprotected AuthorizeServiceItemServiceImpl. authorizeServiceprotected AuthorizeServiceMetadataFieldServiceImpl. authorizeServiceprotected AuthorizeServiceMetadataSchemaServiceImpl. authorizeServiceprotected AuthorizeServiceMetadataValueServiceImpl. authorizeServiceprotected AuthorizeServiceRelationshipServiceImpl. authorizeServiceprotected AuthorizeServiceRelationshipTypeServiceImpl. authorizeServiceprotected AuthorizeServiceSiteServiceImpl. authorizeServiceprotected AuthorizeServiceWorkspaceItemServiceImpl. authorizeService -
Uses of AuthorizeService in org.dspace.content.crosswalk
Fields in org.dspace.content.crosswalk declared as AuthorizeService Modifier and Type Field Description protected AuthorizeServiceMETSRightsCrosswalk. authorizeService -
Uses of AuthorizeService in org.dspace.content.packager
Fields in org.dspace.content.packager declared as AuthorizeService Modifier and Type Field Description protected AuthorizeServiceAbstractMETSDisseminator. authorizeService -
Uses of AuthorizeService in org.dspace.discovery
Fields in org.dspace.discovery declared as AuthorizeService Modifier and Type Field Description protected AuthorizeServiceSolrServicePrivateItemPlugin. authorizeServiceprotected AuthorizeServiceSolrServiceResourceRestrictionPlugin. authorizeService -
Uses of AuthorizeService in org.dspace.disseminate
Fields in org.dspace.disseminate declared as AuthorizeService Modifier and Type Field Description protected AuthorizeServiceCitationDocumentServiceImpl. authorizeService -
Uses of AuthorizeService in org.dspace.embargo
Fields in org.dspace.embargo declared as AuthorizeService Modifier and Type Field Description protected AuthorizeServiceDefaultEmbargoSetter. authorizeService -
Uses of AuthorizeService in org.dspace.eperson
Fields in org.dspace.eperson declared as AuthorizeService Modifier and Type Field Description protected AuthorizeServiceEPersonServiceImpl. authorizeServiceprotected AuthorizeServiceGroupServiceImpl. authorizeServiceprotected AuthorizeServiceSubscribeServiceImpl. authorizeService -
Uses of AuthorizeService in org.dspace.search
Fields in org.dspace.search declared as AuthorizeService Modifier and Type Field Description protected static AuthorizeServiceHarvest. authorizeService -
Uses of AuthorizeService in org.dspace.submit
Fields in org.dspace.submit declared as AuthorizeService Modifier and Type Field Description protected AuthorizeServiceAbstractProcessingStep. authorizeService -
Uses of AuthorizeService in org.dspace.versioning
Fields in org.dspace.versioning declared as AuthorizeService Modifier and Type Field Description protected AuthorizeServiceAbstractVersionProvider. authorizeService -
Uses of AuthorizeService in org.dspace.workflowbasic
Fields in org.dspace.workflowbasic declared as AuthorizeService Modifier and Type Field Description protected AuthorizeServiceBasicWorkflowServiceImpl. authorizeService -
Uses of AuthorizeService in org.dspace.xmlworkflow
Fields in org.dspace.xmlworkflow declared as AuthorizeService Modifier and Type Field Description protected AuthorizeServiceXmlWorkflowServiceImpl. authorizeService
-