Class WebClientUtil


  • public class WebClientUtil
    extends java.lang.Object
    Contains utility methods required as client of JCS
    Author:
    schowdhury
    • Constructor Summary

      Constructors 
      Constructor Description
      WebClientUtil()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static com.lexmark.saperion.remote.common.authentication.Credentials generateApplicationAwareCredential​(com.lexmark.saperion.remote.common.authentication.Credentials credentials)
      Generate ApplicationAwareCredential by wrapping the given Credentials with app signature
      • Methods inherited from class java.lang.Object

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

      • WebClientUtil

        public WebClientUtil()
    • Method Detail

      • generateApplicationAwareCredential

        public static com.lexmark.saperion.remote.common.authentication.Credentials generateApplicationAwareCredential​(com.lexmark.saperion.remote.common.authentication.Credentials credentials)
        Generate ApplicationAwareCredential by wrapping the given Credentials with app signature
        Returns:
        ApplicationAwareCredential for web-client