Gets an authenticator for a specified domain.
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
public DOFAuthenticator getAuthenticator( DOFObjectIDDomain domainID )
Parameters
- domainID
- Type: org.opendof.core.oalDOFObjectIDDomain
The identifier for the domain of the authenticator.
Return Value
Type: DOFAuthenticatorAn authenticator or null if not found.
Remarks
See Also