org.identityconnectors.framework.impl.api.local.operations
Class ResolveUsernameImpl

java.lang.Object
  extended by org.identityconnectors.framework.impl.api.local.operations.APIOperationRunner
      extended by org.identityconnectors.framework.impl.api.local.operations.ConnectorAPIOperationRunner
          extended by org.identityconnectors.framework.impl.api.local.operations.ResolveUsernameImpl
All Implemented Interfaces:
APIOperation, ResolveUsernameApiOp

public class ResolveUsernameImpl
extends ConnectorAPIOperationRunner
implements ResolveUsernameApiOp


Field Summary
 
Fields inherited from interface org.identityconnectors.framework.api.operations.APIOperation
NO_TIMEOUT
 
Constructor Summary
ResolveUsernameImpl(ConnectorOperationalContext context, Connector connector)
          Pass the configuration etc to the abstract class.
 
Method Summary
 Uid resolveUsername(ObjectClass objectClass, String username, OperationOptions options)
          Resolve the username to an Uid.
 
Methods inherited from class org.identityconnectors.framework.impl.api.local.operations.ConnectorAPIOperationRunner
getConnector, getNormalizer, getOperationalContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResolveUsernameImpl

public ResolveUsernameImpl(ConnectorOperationalContext context,
                           Connector connector)
Pass the configuration etc to the abstract class.

Method Detail

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.