DOFConnectionConfigBuilderPoint ClassOpenDOF Object Access Library
This class creates Type.POINT connection configurations.

These configurations are immutable once built, and so the builder allows them to be created (and modified) up until they are built.

Inheritance Hierarchy

SystemObject
  org.opendof.core.oalDOFConnectionConfigBuilderSecurableDOFConnectionConfigBuilderPoint
    org.opendof.core.oalDOFConnectionConfigBuilderPoint

Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax

C#
public sealed class BuilderPoint : DOFConnectionConfigBuilderSecurable<DOFConnectionConfigBuilderPoint>

The DOFConnectionConfigBuilderPoint type exposes the following members.

Constructors

  NameDescription
Public methodDOFConnectionConfigBuilderPoint
Construct a new builder based on an address an credentials.
Top
Methods

  NameDescription
Public methodaddDomain
Add a static domain, which is used on a connection that supports authentication, to verify that the host being connected to is authorized to process authentication requests in the domain that is specified.
Public methodaddDomains(DOFDomainConfig)
Add the static domains, which are used on a connection that supports authentication, to verify that the host being connected to is authorized to process authentication requests in the domains specified.
Public methodaddDomains(ICollectionDOFDomainConfig)
Add the collection of static domains, which are used on a connection that supports authentication, to verify that the host being connected to is authorized to process authentication requests in the domains that are specified.
Public methodaddTrustedDomains(DOFObjectIDDomain)
Add in a configured TRP route without credentials.
Public methodaddTrustedDomains(ICollectionDOFObjectIDDomain)
Add in a configured TRP route without credentials.
Public methodbuild
Return a configuration based on the current settings of the builder.
(Inherited from DOFConnectionConfigBuilderSecurableT.)
Public methodcreateConnection(DOF)
This is a convenience method for creating the connection with the implied Config . The hubAddress must have been set explicitly with setHubAddress(DOFAddress) .

This method signature is only useful if you plan on calling it much later than the constructor and don't want to pass around the hubAddress parameter you will need to call createConnection(DOF, DOFAddress) . If that is not your use case, then just call createConnection(DOF, DOFAddress) or the setter.

Public methodcreateConnection(DOF, DOFAddress)
This is a convenience method for creating the connection with the implied Config .
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodsetAddress
Set the target address of the connection.
Public methodsetAuditorListener
Set this connection's audit listener.
(Inherited from DOFConnectionConfigBuilderSecurableT.)
Public methodsetBridge
Set the bridge of the connection.
(Inherited from DOFConnectionConfigBuilderSecurableT.)
Public methodsetCredentials
Set the credentials of the connection.
(Inherited from DOFConnectionConfigBuilderSecurableT.)
Public methodsetDomainDiscoveryCredentials
Set the domain discovery credentials for this connection.
Public methodsetDomains(DOFDomainConfig)
Set the collection of static domains.
Public methodsetDomains(ICollectionDOFDomainConfig)
Set the collection of static domains.
Public methodsetHubAddress
Set the hubAddress to be used by createConnection(DOF) . This is a convenience so that you don't have to keep the address around until createConnection is called. The default is null, so if this method is not called, createConnection(DOF) will throw IllegalArgumentException.

This method is only useful if you plan on calling createConnection much later and don't want to pass around the hubAddress parameter you will need to call createConnection. If that is not your use case, then just call createConnection(DOF, DOFAddress) .

Public methodsetMaxSendSilence
Set the maximum send silence time.
Public methodsetName
Set this connection's name to be used in logging.
(Inherited from DOFConnectionConfigBuilderSecurableT.)
Public methodsetPermissions
Set the initial permissions of the connection.
Public methodsetPermissionsExtendAllowed
Set whether or not the connection is allowed to request additional permissions from the Authentication Server aside from the initial permission set.
Public methodsetReceiveFilter
Set the receive filter of the connection.
(Inherited from DOFConnectionConfigBuilderSecurableT.)
Public methodsetSendFilter
Set the send filter of the connection.
(Inherited from DOFConnectionConfigBuilderSecurableT.)
Public methodsetStreamRequestListener
Set this connection's stream-request listener.
(Inherited from DOFConnectionConfigBuilderSecurableT.)
Public methodsetTransportConfig
Set the transport configuration associated with the connection.
(Inherited from DOFConnectionConfigBuilderSecurableT.)
Public methodsetTrustedDomains(DOFObjectIDDomain)
Set the collection of trusted domains.
Public methodsetTrustedDomains(ICollectionDOFObjectIDDomain)
Set the collection of trusted domains.
Public methodsetTunnelDomains
Set whether or not the connection is allowed to tunnel remote domains.
(Inherited from DOFConnectionConfigBuilderSecurableT.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference