Uses of Interface
org.dspace.authorize.service.AuthorizeService
-
Packages that use AuthorizeService Package Description org.dspace.access.status Access status allows the users to view the bitstreams availability before browsing into the item itself.org.dspace.app.itemimport org.dspace.app.itemupdate org.dspace.app.mediafilter org.dspace.app.requestitem Feature for conveying a request that materials forbidden to the requester by resource policy be made available by other means.org.dspace.app.util Miscellaneous utility classes.org.dspace.authorize Represents permissions for access to 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.scripts.configuration org.dspace.search Interface to the Lucene search engine, and the 'harvest' API for retrieving items modified within a given date range.org.dspace.versioning org.dspace.xmlworkflow An Item submission begins as aWorkspaceItemin some user's workspace. -
-
Uses of AuthorizeService in org.dspace.access.status
Fields in org.dspace.access.status declared as AuthorizeService Modifier and Type Field Description protected AuthorizeServiceDefaultAccessStatusHelper. authorizeService -
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.requestitem
Fields in org.dspace.app.requestitem declared as AuthorizeService Modifier and Type Field Description protected AuthorizeServiceRequestItemServiceImpl. 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 AuthorizeServiceSolrServiceIndexCollectionSubmittersPlugin. authorizeServiceprotected AuthorizeServiceSolrServiceIndexItemEditorsPlugin. authorizeServiceprotected AuthorizeServiceSolrServicePrivateItemPlugin. authorizeServiceprotected AuthorizeServiceSolrServiceResourceRestrictionPlugin. authorizeServiceprotected AuthorizeServiceSolrServiceWorkspaceWorkflowRestrictionPlugin. 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. authorizeService -
Uses of AuthorizeService in org.dspace.scripts.configuration
Fields in org.dspace.scripts.configuration declared as AuthorizeService Modifier and Type Field Description protected AuthorizeServiceScriptConfiguration. 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.versioning
Fields in org.dspace.versioning declared as AuthorizeService Modifier and Type Field Description protected AuthorizeServiceAbstractVersionProvider. authorizeService -
Uses of AuthorizeService in org.dspace.xmlworkflow
Fields in org.dspace.xmlworkflow declared as AuthorizeService Modifier and Type Field Description protected AuthorizeServiceXmlWorkflowServiceImpl. authorizeService
-