.NET API Reference for Oracle Identity Connector Framework 11.1.2
E41516-01
Most basic authentication available.

Namespace: Org.IdentityConnectors.Framework.Api.Operations
Assembly: Framework (in Framework.dll) Version: 1.4.0.0 (1.4.0.0)

Syntax

C#
Uid Authenticate(
	ObjectClass objectClass,
	string username,
	GuardedString password,
	OperationOptions options
)

Parameters

objectClass
Type: Org.IdentityConnectors.Framework.Common.Objects..::..ObjectClass
username
Type: System..::..String
string that represents the account or user id.
password
Type: GuardedString
string that represents the password for the account or user.
options
Type: Org.IdentityConnectors.Framework.Common.Objects..::..OperationOptions

Return Value

Type: Uid

Exceptions

ExceptionCondition
System..::..Exceptioniff the credentials do not pass authentication otherwise nothing.

See Also