예제 #1
0
 /** Returns the Service Proxy URL currently defined for servicing requests */
 public String getServiceProxyUrl() {
   if (isServiceProxyService()) {
     return spClient.getServiceUrl();
   } else {
     return "";
   }
 }
예제 #2
0
 public boolean getAuthenticationRequired() {
   return spClient.isAuthenticatingClient();
 }