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

Packages that use RCASignedResponse
eu.xtreemos.xati.API   
eu.xtreemos.xosd.security.rca.client   
eu.xtreemos.xosd.security.rca.server   
eu.xtreemos.xosd.security.vops   
eu.xtreemos.xosd.services   
 

Uses of RCASignedResponse in eu.xtreemos.xati.API
 

Methods in eu.xtreemos.xati.API that return RCASignedResponse
static RCASignedResponse XRCAClient.getMachineAttributeCertificate(java.lang.String __vo)
          Retrieve the machine's attribute certificate.
 

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

Methods in eu.xtreemos.xosd.security.rca.client that return RCASignedResponse
 RCASignedResponse RCAClient.getMachineAttributeCertificate(java.lang.String vo)
          Retrieve the machine's attribute certificate.
 

Methods in eu.xtreemos.xosd.security.rca.client with parameters of type RCASignedResponse
 java.lang.Boolean RCAClient.processAttributeVOCertificate(RCASignedResponse certResponse)
           
 java.lang.Boolean RCAClient.processRequestCertificate(RCASignedResponse response)
          The callback that resumes the execution from requestNewCertificate() after the RCAServer's requestCertificate returns a value.
 java.lang.Boolean RCAClient.processRequestDummyCertificate(RCASignedResponse response)
           
 java.lang.Integer RCAClient.pushVOAttributeCertificate(RCASignedResponse certResponse)
          Lets the RCA Server service push one or more machine's VO attribute certificates that can be installed and used on the local node.
 

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

Methods in eu.xtreemos.xosd.security.rca.server that return RCASignedResponse
 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)
           
 

Uses of RCASignedResponse in eu.xtreemos.xosd.security.vops
 

Methods in eu.xtreemos.xosd.security.vops with parameters of type RCASignedResponse
 ResourceMatching VOPS.policyEnforceRequestCertificateCatcher(RCASignedResponse response)
          Refers to VOPS.verifyPolicyAEM(Object, ResourceMatching, String).
 

Uses of RCASignedResponse in eu.xtreemos.xosd.services
 

Methods in eu.xtreemos.xosd.services with parameters of type RCASignedResponse
 void SVOPS.policyEnforceRequestCertificateCatcher(RCASignedResponse __response)
          Refers to VOPS#verifyPolicyAEM(Object, ResourceMatching, String).
 void SVOPS.policyEnforceRequestCertificateCatcher(RCASignedResponse __response, eu.xtreemos.system.communication.bus.CallbackMessage callback)
          Refers to VOPS#verifyPolicyAEM(Object, ResourceMatching, String).
 void SVOPS.policyEnforceRequestCertificateCatcher(RCASignedResponse __response, eu.xtreemos.system.communication.bus.CallbackMessage callback, eu.xtreemos.system.communication.bus.CallbackMessage exceptionCallback)
          Refers to VOPS#verifyPolicyAEM(Object, ResourceMatching, String).
 void SRCAClient.processAttributeVOCertificate(RCASignedResponse __certResponse)
           
 void SRCAClient.processAttributeVOCertificate(RCASignedResponse __certResponse, eu.xtreemos.system.communication.bus.CallbackMessage callback)
           
 void SRCAClient.processAttributeVOCertificate(RCASignedResponse __certResponse, eu.xtreemos.system.communication.bus.CallbackMessage callback, eu.xtreemos.system.communication.bus.CallbackMessage exceptionCallback)
           
 void SRCAClient.processRequestCertificate(RCASignedResponse __response)
          The callback that resumes the execution from requestNewCertificate() after the RCAServer's requestCertificate returns a value.
 void SRCAClient.processRequestCertificate(RCASignedResponse __response, eu.xtreemos.system.communication.bus.CallbackMessage callback)
          The callback that resumes the execution from requestNewCertificate() after the RCAServer's requestCertificate returns a value.
 void SRCAClient.processRequestCertificate(RCASignedResponse __response, eu.xtreemos.system.communication.bus.CallbackMessage callback, eu.xtreemos.system.communication.bus.CallbackMessage exceptionCallback)
          The callback that resumes the execution from requestNewCertificate() after the RCAServer's requestCertificate returns a value.
 void SRCAClient.processRequestDummyCertificate(RCASignedResponse __response)
           
 void SRCAClient.processRequestDummyCertificate(RCASignedResponse __response, eu.xtreemos.system.communication.bus.CallbackMessage callback)
           
 void SRCAClient.processRequestDummyCertificate(RCASignedResponse __response, eu.xtreemos.system.communication.bus.CallbackMessage callback, eu.xtreemos.system.communication.bus.CallbackMessage exceptionCallback)
           
 void SRCAClient.pushVOAttributeCertificate(RCASignedResponse __certResponse)
          Lets the RCA Server service push one or more machine's VO attribute certificates that can be installed and used on the local node.
 void SRCAClient.pushVOAttributeCertificate(RCASignedResponse __certResponse, eu.xtreemos.system.communication.bus.CallbackMessage callback)
          Lets the RCA Server service push one or more machine's VO attribute certificates that can be installed and used on the local node.
 void SRCAClient.pushVOAttributeCertificate(RCASignedResponse __certResponse, eu.xtreemos.system.communication.bus.CallbackMessage callback, eu.xtreemos.system.communication.bus.CallbackMessage exceptionCallback)
          Lets the RCA Server service push one or more machine's VO attribute certificates that can be installed and used on the local node.