|
IBM DB2 Information Integrator Java API Reference for Developing Wrappers |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.db2.wrapper.SqlqgBaseClass
com.ibm.db2.wrapper.RemoteUser
com.ibm.db2.wrapper.FencedRemoteUser
com.ibm.db2.wrapper.FencedGenericRemoteUser
The FencedGenericRemoteUser class represents a user mapping
for a nonrelational data source in the fenced (untrusted) process space.
Usage:
This class is instantiated by the wrapper in the
createRemoteUser
method of the
wrapper-specific subclass of FencedGenericServer
class.
The wrapper implements a subclass of FencedGenericRemoteUser if
wrapper-specific user mapping options are supported.
Field Summary |
Fields inherited from class com.ibm.db2.wrapper.RemoteUser |
REMOTE_AUTHID_OPTION, REMOTE_PASSWORD_OPTION |
Constructor Summary | |
FencedGenericRemoteUser(java.lang.String localName,
FencedGenericServer server)
Construct a user mapping with a specified name for the specified data source server. |
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 |
public FencedGenericRemoteUser(java.lang.String localName, FencedGenericServer server)
localName
- The local DB2 Information Integrator name of the user mapping.server
- The server object that contains the user mapping.FencedRemoteUser
,
FencedGenericServer
|
IBM DB2 Information Integrator Java API Reference for Developing Wrappers |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
(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.