public class ResolveUsernameImpl extends ConnectorAPIOperationRunner implements ResolveUsernameApiOp
NO_TIMEOUT| Constructor and Description |
|---|
ResolveUsernameImpl(ConnectorOperationalContext context,
Connector connector)
Pass the configuration etc to the abstract class.
|
| Modifier and Type | Method and Description |
|---|---|
Uid |
resolveUsername(ObjectClass objectClass,
String username,
OperationOptions options)
Resolve the username to an
Uid. |
getConnector, getNormalizer, getOperationalContextpublic ResolveUsernameImpl(ConnectorOperationalContext context, Connector connector)
public Uid resolveUsername(ObjectClass objectClass, String username, OperationOptions options)
Uid.resolveUsername in interface ResolveUsernameApiOpobjectClass - The object class to use for authenticate. Will typically be an
account. Must not be null.username - string that represents the account or user id.options - additional options that impact the way this operation is run.
May be null.Copyright © 2022. All rights reserved.