Oracle® Fusion Middleware .NET API Reference for Identity Connector Framework  E57662-01
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Member Functions | List of all members
Org.IdentityConnectors.Framework.Api.Operations.AuthenticationApiOp Interface Reference

Inherits Org.IdentityConnectors.Framework.Api.Operations.APIOperation.

Inherited by Org.IdentityConnectors.Framework.Api.ConnectorFacade.

Public Member Functions

Uid Authenticate (ObjectClass objectClass, string username, GuardedString password, OperationOptions options)
 Most basic authentication available. More...
 

Member Function Documentation

Uid Org.IdentityConnectors.Framework.Api.Operations.AuthenticationApiOp.Authenticate ( ObjectClass  objectClass,
string  username,
GuardedString  password,
OperationOptions  options 
)

Most basic authentication available.

Parameters
usernamestring that represents the account or user id.
passwordstring that represents the password for the account or user.
Exceptions
Exceptioniff the credentials do not pass authentication otherwise nothing.

The documentation for this interface was generated from the following file: