Class X509Register

  • All Implemented Interfaces:
    org.apache.cxf.xkms.handlers.Register

    public class X509Register
    extends Object
    implements org.apache.cxf.xkms.handlers.Register
    • Constructor Summary

      Constructors 
      Constructor Description
      X509Register​(org.apache.cxf.xkms.x509.repo.CertificateRepo certRepo)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean canProcess​(org.apache.cxf.xkms.model.xkms.RequestAbstractType request)  
      org.apache.cxf.xkms.model.xkms.RecoverResultType recover​(org.apache.cxf.xkms.model.xkms.RecoverRequestType request, org.apache.cxf.xkms.model.xkms.RecoverResultType response)  
      org.apache.cxf.xkms.model.xkms.RegisterResultType register​(org.apache.cxf.xkms.model.xkms.RegisterRequestType request, org.apache.cxf.xkms.model.xkms.RegisterResultType response)  
      org.apache.cxf.xkms.model.xkms.ReissueResultType reissue​(org.apache.cxf.xkms.model.xkms.ReissueRequestType request, org.apache.cxf.xkms.model.xkms.ReissueResultType response)  
      org.apache.cxf.xkms.model.xkms.RevokeResultType revoke​(org.apache.cxf.xkms.model.xkms.RevokeRequestType request, org.apache.cxf.xkms.model.xkms.RevokeResultType response)  
    • Method Detail

      • canProcess

        public boolean canProcess​(org.apache.cxf.xkms.model.xkms.RequestAbstractType request)
        Specified by:
        canProcess in interface org.apache.cxf.xkms.handlers.Register
      • register

        public org.apache.cxf.xkms.model.xkms.RegisterResultType register​(org.apache.cxf.xkms.model.xkms.RegisterRequestType request,
                                                                          org.apache.cxf.xkms.model.xkms.RegisterResultType response)
        Specified by:
        register in interface org.apache.cxf.xkms.handlers.Register
      • reissue

        public org.apache.cxf.xkms.model.xkms.ReissueResultType reissue​(org.apache.cxf.xkms.model.xkms.ReissueRequestType request,
                                                                        org.apache.cxf.xkms.model.xkms.ReissueResultType response)
        Specified by:
        reissue in interface org.apache.cxf.xkms.handlers.Register
      • revoke

        public org.apache.cxf.xkms.model.xkms.RevokeResultType revoke​(org.apache.cxf.xkms.model.xkms.RevokeRequestType request,
                                                                      org.apache.cxf.xkms.model.xkms.RevokeResultType response)
        Specified by:
        revoke in interface org.apache.cxf.xkms.handlers.Register
      • recover

        public org.apache.cxf.xkms.model.xkms.RecoverResultType recover​(org.apache.cxf.xkms.model.xkms.RecoverRequestType request,
                                                                        org.apache.cxf.xkms.model.xkms.RecoverResultType response)
        Specified by:
        recover in interface org.apache.cxf.xkms.handlers.Register