- All Implemented Interfaces:
- java.io.Serializable
public class OracleProxyInstruction
extends java.lang.Object
implements java.io.Serializable
The class to represent the instruction for Oracle Proxy DB Manager during its proxy authentication.
The object of this class consists the proxy authentication mode and the certificate or other
information needed for such authentication. This object has to be constructed and set to MXSession
by calling setCredential(Object) if the connection uses a different oracle proxy authentication mode
other than the default one set as the property mxe.db.proxyauthentication.mode on the server.
The possible proxy mode are defined in class OracleProxyDBManager.
- See Also:
- Serialized Form