|
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
The UnfencedRemoteUser class represents a user mapping in the unfenced (trusted) process space.
This class is instantiated to validate the information that is specified in the
CREATE USER MAPPING and ALTER USER MAPPING statements.
Usage:
Do not use the UnfencedRemoteUser class directly.
Instantiating or subclassing the UnfencedRemoteUser class
directly results in incorrect wrapper behavior.
Instantiate or subclass the UnfencedGenericRemoteUser
class.
Field Summary |
Fields inherited from class com.ibm.db2.wrapper.RemoteUser |
REMOTE_AUTHID_OPTION, REMOTE_PASSWORD_OPTION |
Method Summary | |
protected UserInfo |
verifyMyAlterUserInfo(UserInfo userInfo)
Validate the user mapping information that is specified in the ALTER USER MAPPING statements. |
protected UserInfo |
verifyMyRegisterUserInfo(UserInfo userInfo)
Validate the user mapping information that is specified in the CREATE USER MAPPING statements. |
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 |
Method Detail |
protected UserInfo verifyMyAlterUserInfo(UserInfo userInfo) throws java.lang.Exception
userInfo
- A UserInfo object that contains the information that is provided in ALTER USER MAPPING statements.
java.lang.Exception
- if the verification process fails.UserInfo
protected UserInfo verifyMyRegisterUserInfo(UserInfo userInfo) throws java.lang.Exception
userInfo
- A UserInfo object that contains the information that is provided in CREATE USER MAPPING statements.
java.lang.Exception
- if the verification process fails.WrapperInfo
|
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.