Class RequestTransfer


  • public class RequestTransfer
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static org.slf4j.Logger logger  
    • Constructor Summary

      Constructors 
      Constructor Description
      RequestTransfer()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String[] getTransferAttributes​(com.netscape.certsrv.request.IRequest r)  
      static boolean isProfileRequest​(com.netscape.certsrv.request.IRequest request)  
      static void transfer​(com.netscape.certsrv.request.IRequest src, com.netscape.certsrv.request.IRequest dest)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • logger

        public static org.slf4j.Logger logger
    • Constructor Detail

      • RequestTransfer

        public RequestTransfer()
    • Method Detail

      • isProfileRequest

        public static boolean isProfileRequest​(com.netscape.certsrv.request.IRequest request)
      • getTransferAttributes

        public static java.lang.String[] getTransferAttributes​(com.netscape.certsrv.request.IRequest r)
      • transfer

        public static void transfer​(com.netscape.certsrv.request.IRequest src,
                                    com.netscape.certsrv.request.IRequest dest)