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)
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
void domainAdded( DOF dof, DOFDomainConfig discoveredDomain, DOFCredentials original, DOFConnectionState state )
Parameters
- dof
- Type: org.opendof.core.oalDOF
The DOF where this listener and the discovered domain were added. This will never be null. - discoveredDomain
- Type: org.opendof.core.oalDOFDomainConfig
The DOFDomain.Config for the discovered domain. This will never be null. - original
- Type: org.opendof.core.oalDOFCredentials
The credentials that were used to connect in the domain. These are the credentials that were used in the setDomainDiscoveryCredentials method. This will never be null. - state
- Type: org.opendof.core.oalDOFConnectionState
The state of the connection that the domain was discovered over. This will never be null.
See Also