org.identityconnectors.framework.impl.api.local.operations
Class ResolveUsernameImpl
java.lang.Object
org.identityconnectors.framework.impl.api.local.operations.APIOperationRunner
org.identityconnectors.framework.impl.api.local.operations.ConnectorAPIOperationRunner
org.identityconnectors.framework.impl.api.local.operations.ResolveUsernameImpl
- All Implemented Interfaces:
- APIOperation, ResolveUsernameApiOp
public class ResolveUsernameImpl
- extends ConnectorAPIOperationRunner
- implements ResolveUsernameApiOp
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ResolveUsernameImpl
public ResolveUsernameImpl(ConnectorOperationalContext context,
Connector connector)
- Pass the configuration etc to the abstract class.
resolveUsername
public Uid resolveUsername(ObjectClass objectClass,
String username,
OperationOptions options)
- Resolve the username to an
Uid.
- Specified by:
resolveUsername in interface ResolveUsernameApiOp
Copyright © 2011. All Rights Reserved.