public class ResolveUsernameImpl extends ConnectorAPIOperationRunner implements org.identityconnectors.framework.api.operations.ResolveUsernameApiOp
| Constructor and Description |
|---|
ResolveUsernameImpl(ConnectorOperationalContext context,
org.identityconnectors.framework.spi.Connector connector)
Pass the configuration etc to the abstract class.
|
| Modifier and Type | Method and Description |
|---|---|
org.identityconnectors.framework.common.objects.Uid |
resolveUsername(org.identityconnectors.framework.common.objects.ObjectClass objectClass,
String username,
org.identityconnectors.framework.common.objects.OperationOptions options)
Resolve the username to an
Uid. |
getConnector, getNormalizer, getOperationalContextpublic ResolveUsernameImpl(ConnectorOperationalContext context, org.identityconnectors.framework.spi.Connector connector)
public org.identityconnectors.framework.common.objects.Uid resolveUsername(org.identityconnectors.framework.common.objects.ObjectClass objectClass,
String username,
org.identityconnectors.framework.common.objects.OperationOptions options)
Uid.resolveUsername in interface org.identityconnectors.framework.api.operations.ResolveUsernameApiOpCopyright © 2018. All rights reserved.