Uses of Class
eu.xtreemos.xosd.security.rca.ResourceID

Packages that use ResourceID
eu.xtreemos.xati.API   
eu.xtreemos.xosd.resmng.data   
eu.xtreemos.xosd.security.rca   
eu.xtreemos.xosd.security.rca.client   
eu.xtreemos.xosd.security.rca.server   
eu.xtreemos.xosd.services   
 

Uses of ResourceID in eu.xtreemos.xati.API
 

Methods in eu.xtreemos.xati.API with parameters of type ResourceID
static java.lang.Integer XRCAServer.confirmRegistration(ResourceID __id)
          Confirm the registration of a resource that has previously been applied for the registration using applyForRegistration.
static java.lang.Boolean XRCAClient.createDummyCertificate(ResourceID __dummyResId, java.lang.String __outputPath)
           
static java.lang.Integer XRCAServer.getResourceStatus(ResourceID __id)
          Retrieves the current status of the resource according to the RCA DB.
static java.lang.Integer XRCAServer.notifyVOMembershipChange(ResourceID __id, java.lang.String __vo, java.lang.Boolean __addition)
          Lets manipulate with the resource's membership of a VO.
static ResourceDescriptorRecord XRCAServer.unregisterResource(ResourceID __id)
          Remove the resource from the list of registered resources.
 

Uses of ResourceID in eu.xtreemos.xosd.resmng.data
 

Fields in eu.xtreemos.xosd.resmng.data declared as ResourceID
 ResourceID ResourceDescriptorRecord.resourceId
           
 

Uses of ResourceID in eu.xtreemos.xosd.security.rca
 

Methods in eu.xtreemos.xosd.security.rca that return ResourceID
static ResourceID ResourceID.getFromHostPort(java.lang.String hostport)
           
 

Uses of ResourceID in eu.xtreemos.xosd.security.rca.client
 

Methods in eu.xtreemos.xosd.security.rca.client with parameters of type ResourceID
 java.lang.Boolean RCAClient.createDummyCertificate(ResourceID dummyResId, java.lang.String outputPath)
           
 

Uses of ResourceID in eu.xtreemos.xosd.security.rca.server
 

Methods in eu.xtreemos.xosd.security.rca.server with parameters of type ResourceID
 void ResourceRegistration.applyForResourceRegistration(ResourceID id, ResourceDescriptorRecord resource)
          Adds the resource to the list of resources that are waiting to be confirmed for registration.
 java.lang.Integer RCAServer.confirmRegistration(ResourceID id)
          Confirm the registration of a resource that has previously been applied for the registration using applyForRegistration.
 ResourceDescriptorRecord ResourceRegistration.confirmRegistration(ResourceID id)
          Confirms the resouce registration by moving the resource's entry from the pending resources collection to the registered resources collection.
 ResourceDescriptorRecord ResourceRegistration.getResource(ResourceID id)
          Checks whether the resource with the given id has been registered or is pending registration, and returns its description.
 java.lang.Integer RCAServer.getResourceStatus(ResourceID id)
          Retrieves the current status of the resource according to the RCA DB.
 java.lang.Integer ResourceRegistration.getResourceStatus(ResourceID id)
          Check the status of the resource.
 java.lang.Integer RCAServer.notifyVOMembershipChange(ResourceID id, java.lang.String vo, java.lang.Boolean addition)
          Lets manipulate with the resource's membership of a VO.
 void ResourceRegistration.registerResource(ResourceID id, ResourceDescriptorRecord resource)
          Adds a resource to the list of registered entries.
 RCASignedResponse RCAServer.requestCertificate(ResourceID id, org.bouncycastle.jce.PKCS10CertificationRequest certRequest)
          Serves the client's request for signing the certificate.
 RCASignedResponse RCAServer.requestVOCertificate(ResourceID id, java.security.cert.X509Certificate certificate, java.lang.String vo)
           
 void ResourceRegistration.setVOMembership(ResourceID id, java.lang.String vo, boolean setMember)
          Lets manipulate with the resource's membership of a VO.
 ResourceDescriptorRecord RCAServer.unregisterResource(ResourceID id)
          Remove the resource from the list of registered resources.
 ResourceDescriptorRecord ResourceRegistration.unregisterResource(ResourceID id)
          Remove the resource previously registered with the given id.
 

Uses of ResourceID in eu.xtreemos.xosd.services
 

Methods in eu.xtreemos.xosd.services with parameters of type ResourceID
 void SRCAServer.confirmRegistration(ResourceID __id)
          Confirm the registration of a resource that has previously been applied for the registration using applyForRegistration.
 void SRCAServer.confirmRegistration(ResourceID __id, eu.xtreemos.system.communication.bus.CallbackMessage callback)
          Confirm the registration of a resource that has previously been applied for the registration using applyForRegistration.
 void SRCAServer.confirmRegistration(ResourceID __id, eu.xtreemos.system.communication.bus.CallbackMessage callback, eu.xtreemos.system.communication.bus.CallbackMessage exceptionCallback)
          Confirm the registration of a resource that has previously been applied for the registration using applyForRegistration.
 void SRCAClient.createDummyCertificate(ResourceID __dummyResId, java.lang.String __outputPath)
           
 void SRCAClient.createDummyCertificate(ResourceID __dummyResId, java.lang.String __outputPath, eu.xtreemos.system.communication.bus.CallbackMessage callback)
           
 void SRCAClient.createDummyCertificate(ResourceID __dummyResId, java.lang.String __outputPath, eu.xtreemos.system.communication.bus.CallbackMessage callback, eu.xtreemos.system.communication.bus.CallbackMessage exceptionCallback)
           
 void SRCAServer.getResourceStatus(ResourceID __id)
          Retrieves the current status of the resource according to the RCA DB.
 void SRCAServer.getResourceStatus(ResourceID __id, eu.xtreemos.system.communication.bus.CallbackMessage callback)
          Retrieves the current status of the resource according to the RCA DB.
 void SRCAServer.getResourceStatus(ResourceID __id, eu.xtreemos.system.communication.bus.CallbackMessage callback, eu.xtreemos.system.communication.bus.CallbackMessage exceptionCallback)
          Retrieves the current status of the resource according to the RCA DB.
 void SRCAServer.notifyVOMembershipChange(ResourceID __id, java.lang.String __vo, java.lang.Boolean __addition)
          Lets manipulate with the resource's membership of a VO.
 void SRCAServer.notifyVOMembershipChange(ResourceID __id, java.lang.String __vo, java.lang.Boolean __addition, eu.xtreemos.system.communication.bus.CallbackMessage callback)
          Lets manipulate with the resource's membership of a VO.
 void SRCAServer.notifyVOMembershipChange(ResourceID __id, java.lang.String __vo, java.lang.Boolean __addition, eu.xtreemos.system.communication.bus.CallbackMessage callback, eu.xtreemos.system.communication.bus.CallbackMessage exceptionCallback)
          Lets manipulate with the resource's membership of a VO.
 void SRCAServer.requestCertificate(ResourceID __id, org.bouncycastle.jce.PKCS10CertificationRequest __certRequest)
          Serves the client's request for signing the certificate.
 void SRCAServer.requestCertificate(ResourceID __id, org.bouncycastle.jce.PKCS10CertificationRequest __certRequest, eu.xtreemos.system.communication.bus.CallbackMessage callback)
          Serves the client's request for signing the certificate.
 void SRCAServer.requestCertificate(ResourceID __id, org.bouncycastle.jce.PKCS10CertificationRequest __certRequest, eu.xtreemos.system.communication.bus.CallbackMessage callback, eu.xtreemos.system.communication.bus.CallbackMessage exceptionCallback)
          Serves the client's request for signing the certificate.
 void SRCAServer.requestVOCertificate(ResourceID __id, java.security.cert.X509Certificate __certificate, java.lang.String __vo)
           
 void SRCAServer.requestVOCertificate(ResourceID __id, java.security.cert.X509Certificate __certificate, java.lang.String __vo, eu.xtreemos.system.communication.bus.CallbackMessage callback)
           
 void SRCAServer.requestVOCertificate(ResourceID __id, java.security.cert.X509Certificate __certificate, java.lang.String __vo, eu.xtreemos.system.communication.bus.CallbackMessage callback, eu.xtreemos.system.communication.bus.CallbackMessage exceptionCallback)
           
 void SRCAServer.unregisterResource(ResourceID __id)
          Remove the resource from the list of registered resources.
 void SRCAServer.unregisterResource(ResourceID __id, eu.xtreemos.system.communication.bus.CallbackMessage callback)
          Remove the resource from the list of registered resources.
 void SRCAServer.unregisterResource(ResourceID __id, eu.xtreemos.system.communication.bus.CallbackMessage callback, eu.xtreemos.system.communication.bus.CallbackMessage exceptionCallback)
          Remove the resource from the list of registered resources.