psdi.server

Class OracleProxyInstruction

  • java.lang.Object
    • psdi.server.OracleProxyInstruction
  • 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
    • Constructor Summary

      Constructors 
      Constructor and Description
      OracleProxyInstruction(int mode, java.lang.Object cert) 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.Object getCredential() 
      int getProxyMode() 
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • OracleProxyInstruction

        public OracleProxyInstruction(int mode,
                                      java.lang.Object cert)
    • Method Detail

      • getCredential

        public java.lang.Object getCredential()
      • getProxyMode

        public int getProxyMode()