|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SecurityContextProvider | |
uk.org.ogsadai.service.wsrf.dataservice.impl | This package provides classes implementing OGSA-DAI WSRF-compliant data services. |
uk.org.ogsadai.service.wsrf.properties | This package provides classes that support the wrapping of OGSA-DAI data service resource properties in a form compatible with Globus Toolkit 4.0. |
uk.org.ogsadai.service.wsrf.resource | This package provides classes that support the wrapping of OGSA-DAI data service resources in a form compatible with Globus Toolkit 4.0. |
Uses of SecurityContextProvider in uk.org.ogsadai.service.wsrf.dataservice.impl |
Classes in uk.org.ogsadai.service.wsrf.dataservice.impl that implement SecurityContextProvider | |
class |
ConfigurableDataServiceImpl
This class provides an implementation of a service for interacting with data service resources. |
class |
DataServiceImpl
This class provides an OGSA-DAI data service which exposes 0 or more data service resources and supports access to resource properties, resource operations and data transport operations. |
Uses of SecurityContextProvider in uk.org.ogsadai.service.wsrf.properties |
Fields in uk.org.ogsadai.service.wsrf.properties declared as SecurityContextProvider | |
private SecurityContextProvider |
DataServiceResourcePropertyFactory.mSecurity
Globus security context provider for the resource properties |
private SecurityContextProvider |
DataServiceResourceProperty.mSecContextProvider
Object providing security-related information to be used when authorising property value retrieval. |
Methods in uk.org.ogsadai.service.wsrf.properties with parameters of type SecurityContextProvider | |
void |
DataServiceResourceProperty.setSecurityContextProvider(SecurityContextProvider securityContextProvider)
Set the security context provider which can provide information to be used when authorising property value retrieval. |
Constructors in uk.org.ogsadai.service.wsrf.properties with parameters of type SecurityContextProvider | |
DataServiceResourcePropertyFactory(SecurityContextProvider security)
Create a new factory. |
Uses of SecurityContextProvider in uk.org.ogsadai.service.wsrf.resource |
Methods in uk.org.ogsadai.service.wsrf.resource with parameters of type SecurityContextProvider | |
org.globus.wsrf.ResourceKey |
DataServiceResourceWrapperHome.create(java.lang.Object id,
DataResourceAccessor dataResourceAccessor,
ActivitiesConfig activitiesConfig,
SessionComponentFactory sessionComponentFactory,
SecurityContextProvider securityContextProvider,
ConcurrencySettings concurrency,
AccessAuthorizer authority)
Create a new DataServiceResource , wrapped in a
DataServiceResourceWrapper , add it
to the "home" and return its org.globus.wsrf.ResourceKey . |
private void |
DataServiceResourceWrapper.buildResourcePropertySet(SecurityContextProvider securityContextProvider)
Wrap the data service resource properties in Globus-compliant wrapper classes and add them to a org.globus.wsrf.ResourcePropertySet . |
Constructors in uk.org.ogsadai.service.wsrf.resource with parameters of type SecurityContextProvider | |
DataServiceResourceWrapper(java.lang.Object id,
DataResourceAccessor dataResourceAccessor,
ActivitiesConfig activitiesConfig,
SessionComponentFactory sessionComponentFactory,
SecurityContextProvider securityContextProvider,
ConcurrencySettings concurrency,
AccessAuthorizer authority)
Create a new data service resource wrapped within this wrapper. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |