.NET API Reference for Oracle Identity Connector Framework 11.1.2
E41516-01
Assembly: Framework (in Framework.dll) Version: 1.4.0.0 (1.4.0.0)
E41516-01
Most basic authentication available.
Namespace: Org.IdentityConnectors.Framework.Api.OperationsAssembly: 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.
Return Value
Type: Uid
Exceptions
Exception | Condition |
---|---|
System..::..Exception | iff the credentials do not pass authentication otherwise nothing. |