Click or drag to resize

ADPostActionHandlerValidate Method

Called before post action handler performs actions. Note that the ldap path may contain multiple lines separated with \r\n in which the first should be picked. Example LDAP://DC=megamart,DC=com\r\nLDAP://DC=omada,DC=dk should give system id megamart.com Throws an exception if the domains in the LDAP path are not the same.

Namespace:  Omada.OE.Solution.OIM.Assembly.SystemOnBoardingPostActions
Assembly:  Omada.OE.Solution.OIM.Assembly (in Omada.OE.Solution.OIM.Assembly.dll) Version: 15.0.0.0
Syntax
C#
public void Validate(
	ActionArgument arguments
)

Parameters

arguments
Type: Omada.OE.Solution.OIM.AppLogic.SystemOnboarding.PostActionsActionArgument
System information generated from onboarding of new AD system including connection details.

Implements

ISystemOnboardingPostActionHandlerValidate(ActionArgument)
See Also