Package wt.intersvrcom
Class URLAuthenticator
java.lang.Object
wt.intersvrcom.URLAuthenticator
- All Implemented Interfaces:
Externalizable,Serializable
Supported API: true
Extendable: false
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic StringIf the URLConnection is initialized by Windchill client applications or browsers, use this method in order to force client host to be included in the digital signature..static StringSet "internal" to true if the http connection is issued by Windchill server ("internal" only), otherwise if the connection is initialized by Windchill client applications or browsers, this value should be set to false, in order to force client host to be included in the digital signature.
-
Method Details
-
sign
If the URLConnection is initialized by Windchill client applications or browsers, use this method in order to force client host to be included in the digital signature.. This is equivalent to call sign (url, false). If the URLConnection is initialized by Windchill server, call sign (url, true).
Supported API: true- Parameters:
url-- Returns:
- String
- Throws:
WTException
-
sign
Set "internal" to true if the http connection is issued by Windchill server ("internal" only), otherwise if the connection is initialized by Windchill client applications or browsers, this value should be set to false, in order to force client host to be included in the digital signature.
Supported API: true- Parameters:
url-internal-- Returns:
- String
- Throws:
WTException
-