This class contains configuration information required for a DOFConnection.
Inheritance Hierarchy
Config
org.opendof.core.oalDOFConnectionConfig
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
[SerializableAttribute] public sealed class Config : Config, DOFImmutable
The DOFConnectionConfig type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Overrides Config.Equals(Object).) |
![]() | getAddress | Return the target address of the connection. |
![]() | getAuditListener | Return the audit listener of the connection. |
![]() | getBridge | Get this connection's bridge. |
![]() | getConnectionType | Return the type of the connection. |
![]() | getCredentials |
Return the credentials associated with a connection, or null if the connection
is not secure.
|
![]() | getDomainDiscoveryCredentials | Return the domain discovery credentials for this connection. |
![]() | getDomains | Get credentials all domains. |
![]() | GetHashCode | (Overrides Config.GetHashCode.) |
![]() | getMaxReceiveSilence | Return the maximum receive silence. |
![]() | getMaxSendSilence | Return the maximum send silence time. |
![]() | getName | Get this connection's name. |
![]() | getPermissions | Return the permissions of the connection. |
![]() | getProtocolNegotiator | Return the protocol negotiator. |
![]() | getReceiveFilter | Return the connection's receive filter. |
![]() | getSecurityDesire | Return the security desire of the connection. |
![]() | getSendFilter | Return the connection's send filter. |
![]() | getStreamRequestListener | Get this connection's stream-request listener. |
![]() | getTransportConfig | Return the transport configuration associated with the connection. |
![]() | getTrustedDomains | Get this config trusted domain identifiers. |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | isPermissionsExtendAllowed |
Determine whether or not the connection is allowed to request additional permissions
from the Authentication Server aside from the initial permission set.
|
![]() | isTunnelDomains | Determine whether or not the connection is allowed tunnel remote domains.
|
![]() | ToString | (Overrides ObjectToString.) |
Fields
Name | Description | |
---|---|---|
![]() ![]() | DEFAULT_HUB_POINT_MAX_RECEIVE_SILENCE |
The default max receive silence for
Type.HUB
and
Type.POINT
connections.
|
![]() ![]() | DEFAULT_HUB_POINT_MAX_SEND_SILENCE | |
![]() ![]() | DEFAULT_MAX_RECEIVE_SILENCE | The default max receive silence. |
![]() ![]() | DEFAULT_MAX_SEND_SILENCE | The default max send silence. |
![]() ![]() | MIN_RECOMMENDED_SILENCE_DIFFERENCE |
Remarks
See Also