public class AuthenticationImpl extends ConnectorAPIOperationRunner implements org.identityconnectors.framework.api.operations.AuthenticationApiOp
| Constructor and Description |
|---|
AuthenticationImpl(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 |
authenticate(org.identityconnectors.framework.common.objects.ObjectClass objectClass,
String username,
org.identityconnectors.common.security.GuardedString password,
org.identityconnectors.framework.common.objects.OperationOptions options)
Authenticate using the basic credentials.
|
getConnector, getNormalizer, getOperationalContextpublic AuthenticationImpl(ConnectorOperationalContext context, org.identityconnectors.framework.spi.Connector connector)
public org.identityconnectors.framework.common.objects.Uid authenticate(org.identityconnectors.framework.common.objects.ObjectClass objectClass,
String username,
org.identityconnectors.common.security.GuardedString password,
org.identityconnectors.framework.common.objects.OperationOptions options)
authenticate in interface org.identityconnectors.framework.api.operations.AuthenticationApiOpAuthenticationOpTests#authenticate(String, String)Copyright © 2018. All rights reserved.