DOFDomainListener InterfaceOpenDOF Object Access Library
The DomainListener interface enables you to be notified when a route to the Authentication Server for a remote domain is discovered.

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

C#
public interface DomainListener

The DOFDomainListener type exposes the following members.

Methods

  NameDescription
Public methoddomainAdded
Called when you have created a DOFServer or DOFConnection and configured it using one of the following methods and a route to the remote Authentication Server is discovered:
  • Builder.setDomainDiscoveryCredentials(DOFCredentials)
  • Builder.setDomainDiscoveryCredentials(DOFCredentials)
Public methodremoved
Called when the DomainListener is removed from the DOF.
Top
Remarks

The DomainListener interface enables you to be notified when a route to the Authentication Server for a remote domain is discovered. The DomainListener is primarily useful on Servers or other centralized nodes that route traffic between multiple remote security domains.

Methods in this interface may be called by multiple threads simultaneously. You must manage thread-safety.

See Also

Reference