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.ResolveUsernameApiOp Interface Reference

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

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

Public Member Functions

Uid ResolveUsername (ObjectClass objectClass, string username, OperationOptions options)
 Resolve the given Org.IdentityConnectors.Framework.Api.Operations.AuthenticationApiOp.Authenticate username to the corresponding Uid. More...
 

Member Function Documentation

Uid Org.IdentityConnectors.Framework.Api.Operations.ResolveUsernameApiOp.ResolveUsername ( ObjectClass  objectClass,
string  username,
OperationOptions  options 
)

Resolve the given Org.IdentityConnectors.Framework.Api.Operations.AuthenticationApiOp.Authenticate username to the corresponding Uid.

The

Uid

is the one that Org.IdentityConnectors.Framework.Api.Operations.AuthenticationApiOp.Authenticate would return in case of a successful authentication.

Parameters
objectClassThe object class to use for authenticate. Will typically be an account. Must not be null.
usernamestring that represents the account or user id.
optionsadditional options that impact the way this operation is run. May be null.
Returns
Uid The uid of the account that would be used to authenticate.
Exceptions
Exceptioniff the username could not be resolved.

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