Uses of Class
uk.org.ogsadai.service.faults.AuthorisationFaultType

Packages that use AuthorisationFaultType
uk.org.ogsadai.service.wsrf.dataservice This package provides interfaces to OGSA-DAI WSRF-compliant data services. 
uk.org.ogsadai.service.wsrf.dataservice.bindings   
uk.org.ogsadai.service.wsrf.dataservice.impl This package provides classes implementing OGSA-DAI WSRF-compliant data services. 
 

Uses of AuthorisationFaultType in uk.org.ogsadai.service.wsrf.dataservice
 

Methods in uk.org.ogsadai.service.wsrf.dataservice that throw AuthorisationFaultType
 PerformResponse ConfigurableDataServicePortType.perform(Perform parameters)
           
 TerminateResponse ConfigurableDataServicePortType.terminate(Terminate parameters)
           
 PutResponse ConfigurableDataServicePortType.putFully(PutFully parameters)
           
 PutResponse ConfigurableDataServicePortType.putBlock(PutBlock parameters)
           
 GetResponse ConfigurableDataServicePortType.getFully(GetFully parameters)
           
 GetResponse ConfigurableDataServicePortType.getBlock(GetBlock parameters)
           
 GetResponse ConfigurableDataServicePortType.getNBlocks(GetNBlocks parameters)
           
 DeployResponse ConfigurableDataServicePortType.deploy(Deploy parameters)
           
 UndeployResponse ConfigurableDataServicePortType.undeploy(Undeploy parameters)
           
 PerformResponse DataServicePortType.perform(Perform parameters)
           
 TerminateResponse DataServicePortType.terminate(Terminate parameters)
           
 PutResponse DataServicePortType.putFully(PutFully parameters)
           
 PutResponse DataServicePortType.putBlock(PutBlock parameters)
           
 GetResponse DataServicePortType.getFully(GetFully parameters)
           
 GetResponse DataServicePortType.getBlock(GetBlock parameters)
           
 GetResponse DataServicePortType.getNBlocks(GetNBlocks parameters)
           
 

Uses of AuthorisationFaultType in uk.org.ogsadai.service.wsrf.dataservice.bindings
 

Methods in uk.org.ogsadai.service.wsrf.dataservice.bindings that throw AuthorisationFaultType
 PerformResponse DataServicePortTypeSOAPBindingStub.perform(Perform parameters)
           
 TerminateResponse DataServicePortTypeSOAPBindingStub.terminate(Terminate parameters)
           
 PutResponse DataServicePortTypeSOAPBindingStub.putFully(PutFully parameters)
           
 PutResponse DataServicePortTypeSOAPBindingStub.putBlock(PutBlock parameters)
           
 GetResponse DataServicePortTypeSOAPBindingStub.getFully(GetFully parameters)
           
 GetResponse DataServicePortTypeSOAPBindingStub.getBlock(GetBlock parameters)
           
 GetResponse DataServicePortTypeSOAPBindingStub.getNBlocks(GetNBlocks parameters)
           
 PerformResponse ConfigurableDataServicePortTypeSOAPBindingStub.perform(Perform parameters)
           
 TerminateResponse ConfigurableDataServicePortTypeSOAPBindingStub.terminate(Terminate parameters)
           
 PutResponse ConfigurableDataServicePortTypeSOAPBindingStub.putFully(PutFully parameters)
           
 PutResponse ConfigurableDataServicePortTypeSOAPBindingStub.putBlock(PutBlock parameters)
           
 GetResponse ConfigurableDataServicePortTypeSOAPBindingStub.getFully(GetFully parameters)
           
 GetResponse ConfigurableDataServicePortTypeSOAPBindingStub.getBlock(GetBlock parameters)
           
 GetResponse ConfigurableDataServicePortTypeSOAPBindingStub.getNBlocks(GetNBlocks parameters)
           
 DeployResponse ConfigurableDataServicePortTypeSOAPBindingStub.deploy(Deploy parameters)
           
 UndeployResponse ConfigurableDataServicePortTypeSOAPBindingStub.undeploy(Undeploy parameters)
           
 

Uses of AuthorisationFaultType in uk.org.ogsadai.service.wsrf.dataservice.impl
 

Methods in uk.org.ogsadai.service.wsrf.dataservice.impl that throw AuthorisationFaultType
 PerformResponse DataServiceImpl.perform(Perform performDocument)
          Submit an OGSA-DAI perform document to a data service resource.
private  org.w3c.dom.Document DataServiceImpl.perform(DataServiceResource resource, org.w3c.dom.Document performDoc, AttachmentManager attMgr)
          Submit an OGSA-DAI perform document to a data service resource.
 TerminateResponse DataServiceImpl.terminate(Terminate terminate)
          Terminate the current request running on the resource.
 PutResponse DataServiceImpl.putFully(PutFully parameters)
          Put some data into a stream known to an active session of a specific data service resource.
 PutResponse DataServiceImpl.putBlock(PutBlock parameters)
          Put part of a successive batch of data into a stream known to an active session of a specific data service resource.
 GetResponse DataServiceImpl.getFully(GetFully parameters)
          Get all the possible data from stream known to an active session of a specific data service resource.
 GetResponse DataServiceImpl.getBlock(GetBlock parameters)
          Get part of a batch of data from a stream known to an active session of a specific data service resource.
 GetResponse DataServiceImpl.getNBlocks(GetNBlocks parameters)
          Get part of a batch of data from a stream known to an active session of a specific data service resource.
protected  void DataServiceImpl.throwAuthorisationFault(DAIAuthorizationException exception)
          Throw a AuthorisationFaultType back to the client.
protected  DataServiceResource DataServiceImpl.getDataServiceResource()
          From the current message and request context get the DataServiceResource specified by the client.
private  void DataServiceImpl.authorizeResource(DataServiceResource resource, SecurityContext context)
          Authorizes a resource for access within the given security context.
 DeployResponse ConfigurableDataServiceImpl.deploy(Deploy deploy)
          Expose a new data service resource with a given ID.
 UndeployResponse ConfigurableDataServiceImpl.undeploy(Undeploy deploy)
          Instruct the service to no longer expose the named data service resource.