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
| Name | Description | |
|---|---|---|
| domainAdded |
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:
| |
| removed | Called when the DomainListener is removed from the DOF. |
Remarks
See Also