Java Native Functions: com.ibm.streamsx.inet.rest

IBMStreams streamsx.inetserver Toolkit > com.ibm.streamsx.inetserver 4.3.4 > com.ibm.streamsx.inet.rest > Java Native Functions

This page documents native functions that can be invoked from SPL, including the SPL interfaces that can be used to invoke each of the native functions.

Functions

<string T> public T obfuscate(T password)

Obfuscate a password for an operator in this namespace.If the password is starts with OBF: then it is assumed to be already obfuscated and input is returned unchanged. This allowsexternal tools to pass submission time values that are already obfuscated. The Eclipse Jetty class org.eclipse.jetty.util.security.Password is the underlying utility.