IBM DB2 Information Integrator
Java API Reference
for Developing Wrappers

com.ibm.db2.wrapper
Class UnfencedGenericRemoteUser

java.lang.Object
  extended bycom.ibm.db2.wrapper.SqlqgBaseClass
      extended bycom.ibm.db2.wrapper.RemoteUser
          extended bycom.ibm.db2.wrapper.UnfencedRemoteUser
              extended bycom.ibm.db2.wrapper.UnfencedGenericRemoteUser

public class UnfencedGenericRemoteUser
extends UnfencedRemoteUser

The UnfencedGenericRemoteUser class represents a user mapping for a nonrelational data source in the unfenced (trusted) process space.

Usage:
This class is instantiated by the wrapper in the createRemoteUser method of the wrapper-specific subclass of the UnfencedGenericServer class. The wrapper must implement a subclass of UnfencedGenericRemoteUser if wrapper-specific user mapping options for the CREATE USER MAPPING or the ALTER USER MAPPING statement are used.

Since:
IBM DB2 Information Integrator Version 8.2

Field Summary
 
Fields inherited from class com.ibm.db2.wrapper.RemoteUser
REMOTE_AUTHID_OPTION, REMOTE_PASSWORD_OPTION
 
Constructor Summary
UnfencedGenericRemoteUser(java.lang.String localName, UnfencedGenericServer server)
          Construct a user mapping with a specified name for the specified server.
 
Methods inherited from class com.ibm.db2.wrapper.UnfencedRemoteUser
verifyMyAlterUserInfo, verifyMyRegisterUserInfo
 
Methods inherited from class com.ibm.db2.wrapper.RemoteUser
destroy, getInfo, getLocalName, getWrapper, initializeMyUser
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnfencedGenericRemoteUser

public UnfencedGenericRemoteUser(java.lang.String localName,
                                 UnfencedGenericServer server)
Construct a user mapping with a specified name for the specified server.

Parameters:
localName - The local DB2 Information Integrator name for the user mapping.
server - The server object that contains the user mapping.
Since:
IBM DB2 Information Integrator Version 8.2
See Also:
UnfencedRemoteUser, UnfencedGenericServer

IBM DB2 Information Integrator
Java API Reference
for Developing Wrappers

(C)Copyright IBM Corp. 2002. All rights reserved.

Links on this page are made available for your convenience and may take you to non-IBM sites. IBM does not warrant any sample code provided on these sites.