|
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.UnfencedRemoteUser
com.ibm.db2.wrapper.UnfencedGenericRemoteUser
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.
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 |
public UnfencedGenericRemoteUser(java.lang.String localName, UnfencedGenericServer server)
localName
- The local DB2 Information Integrator name for the user mapping.server
- The server object that contains the user mapping.UnfencedRemoteUser
,
UnfencedGenericServer
|
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.