Oracle® Fusion Middleware .NET API Reference for Identity Connector Framework  E57662-01
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Member Functions | Properties | List of all members
Org.IdentityConnectors.Framework.Api.RemoteFrameworkConnectionInfo Class Reference

Public Member Functions

 RemoteFrameworkConnectionInfo (String host, int port, GuardedString key)
 Creates a new instance of RemoteFrameworkConnectionInfo, using a clear (non-ssl) connection and a 60-second timeout. More...
 
 RemoteFrameworkConnectionInfo (String host, int port, GuardedString key, bool useSSL, RemoteCertificateValidationCallback certificateValidationCallback, int timeout)
 Creates a new instance of RemoteFrameworkConnectionInfo. More...
 
override bool Equals (Object o)
 
override int GetHashCode ()
 
override String ToString ()
 

Properties

String Host [get]
 Returns the host to connect to. More...
 
int Port [get]
 Returns the port to connect to More...
 
GuardedString Key [get]
 
bool UseSSL [get]
 Returns true iff we are to use SSL to connect. More...
 
RemoteCertificateValidationCallback CertificateValidationCallback [get]
 Returns the list of TrustManager's. More...
 
int Timeout [get]
 Returns the timeout (in milliseconds) to use for the connection. More...
 

Constructor & Destructor Documentation

Org.IdentityConnectors.Framework.Api.RemoteFrameworkConnectionInfo.RemoteFrameworkConnectionInfo ( String  host,
int  port,
GuardedString  key 
)

Creates a new instance of RemoteFrameworkConnectionInfo, using a clear (non-ssl) connection and a 60-second timeout.

Parameters
hostThe host to connect to
portThe port to connect to
Org.IdentityConnectors.Framework.Api.RemoteFrameworkConnectionInfo.RemoteFrameworkConnectionInfo ( String  host,
int  port,
GuardedString  key,
bool  useSSL,
RemoteCertificateValidationCallback  certificateValidationCallback,
int  timeout 
)

Creates a new instance of RemoteFrameworkConnectionInfo.

Parameters
hostThe host to connect to
portThe port to connect to
useSSLSet to true if we are to connect via SSL.
certificateValidationCallbackto use for establising the SSL connection. May be null or empty, in which case the default installed providers for the JVM will be used. Ignored if 'useSSL' is false.
timeoutThe timeout to use (in milliseconds). A value of 0 means infinite timeout;

Property Documentation

RemoteCertificateValidationCallback Org.IdentityConnectors.Framework.Api.RemoteFrameworkConnectionInfo.CertificateValidationCallback
get

Returns the list of TrustManager's.

to use when establishing the connection.

Returns
The list of TrustManager's.
String Org.IdentityConnectors.Framework.Api.RemoteFrameworkConnectionInfo.Host
get

Returns the host to connect to.

Returns
The host to connect to.
int Org.IdentityConnectors.Framework.Api.RemoteFrameworkConnectionInfo.Port
get

Returns the port to connect to

Returns
The port to connect to
int Org.IdentityConnectors.Framework.Api.RemoteFrameworkConnectionInfo.Timeout
get

Returns the timeout (in milliseconds) to use for the connection.

A value of zero means infinite timeout.

Returns
the timeout (in milliseconds) to use for the connection.
bool Org.IdentityConnectors.Framework.Api.RemoteFrameworkConnectionInfo.UseSSL
get

Returns true iff we are to use SSL to connect.

Returns
true iff we are to use SSL to connect.

The documentation for this class was generated from the following file: