public interface IMappingConnector extends IConnector
Modifier and Type | Method and Description |
---|---|
java.lang.String |
mapUser(java.lang.String userName)
Map an input user name to an output name.
|
check, clearThreadContext, connect, deinstall, disconnect, getConfiguration, install, isConnected, outputConfigurationBody, outputConfigurationHeader, poll, processConfigurationPost, setThreadContext, viewConfiguration
java.lang.String mapUser(java.lang.String userName) throws ManifoldCFException
userName
- is the name to mapManifoldCFException