org.identityconnectors.framework.impl.api.local.operations
Class AuthenticationImpl
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.AuthenticationImpl
- All Implemented Interfaces:
- APIOperation, AuthenticationApiOp
public class AuthenticationImpl
- extends ConnectorAPIOperationRunner
- implements AuthenticationApiOp
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AuthenticationImpl
public AuthenticationImpl(ConnectorOperationalContext context,
Connector connector)
- Pass the configuration etc to the abstract class.
authenticate
public Uid authenticate(ObjectClass objectClass,
String username,
GuardedString password,
OperationOptions options)
- Authenticate using the basic credentials.
- Specified by:
authenticate in interface AuthenticationApiOp
- See Also:
AuthenticationOpTests#authenticate(String, String)
Copyright © 2011. All Rights Reserved.