public class ADConnector
extends net.tirasa.connid.bundles.ldap.LdapConnector
org.identityconnectors.ldap.LdapConnector| Modifier and Type | Field and Description |
|---|---|
static List<String> |
ADDS2012_ATTRIBUTES_TO_BE_REMOVED |
static String |
MEMBEROF |
static String |
OBJECTGUID |
static String |
OBJECTSID |
static String |
PRIMARYGROUPID |
static String |
SDDL_ATTR |
static String |
UACCONTROL_ATTR |
static int |
UF_ACCOUNTDISABLE |
static int |
UF_DONT_EXPIRE_PASSWD |
static int |
UF_NORMAL_ACCOUNT |
static int |
UF_PASSWD_CANT_CHANGE |
static int |
UF_PASSWD_NOTREQD |
static int |
UF_PASSWORD_EXPIRED |
| Constructor and Description |
|---|
ADConnector() |
| 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) |
void |
checkAlive() |
org.identityconnectors.framework.common.objects.Uid |
create(org.identityconnectors.framework.common.objects.ObjectClass oclass,
Set<org.identityconnectors.framework.common.objects.Attribute> attrs,
org.identityconnectors.framework.common.objects.OperationOptions options) |
void |
delete(org.identityconnectors.framework.common.objects.ObjectClass oclass,
org.identityconnectors.framework.common.objects.Uid uid,
org.identityconnectors.framework.common.objects.OperationOptions options) |
void |
dispose() |
void |
executeQuery(org.identityconnectors.framework.common.objects.ObjectClass oclass,
net.tirasa.connid.bundles.ldap.search.LdapFilter query,
org.identityconnectors.framework.common.objects.ResultsHandler handler,
org.identityconnectors.framework.common.objects.OperationOptions options) |
org.identityconnectors.framework.spi.Configuration |
getConfiguration() |
org.identityconnectors.framework.common.objects.SyncToken |
getLatestSyncToken(org.identityconnectors.framework.common.objects.ObjectClass oclass) |
void |
init(org.identityconnectors.framework.spi.Configuration cfg) |
org.identityconnectors.framework.common.objects.Uid |
resolveUsername(org.identityconnectors.framework.common.objects.ObjectClass objectClass,
String username,
org.identityconnectors.framework.common.objects.OperationOptions options) |
org.identityconnectors.framework.common.objects.Schema |
schema() |
void |
sync(org.identityconnectors.framework.common.objects.ObjectClass oclass,
org.identityconnectors.framework.common.objects.SyncToken token,
org.identityconnectors.framework.common.objects.SyncResultsHandler handler,
org.identityconnectors.framework.common.objects.OperationOptions options) |
void |
test() |
org.identityconnectors.framework.common.objects.Uid |
update(org.identityconnectors.framework.common.objects.ObjectClass oclass,
org.identityconnectors.framework.common.objects.Uid uid,
Set<org.identityconnectors.framework.common.objects.Attribute> attrs,
org.identityconnectors.framework.common.objects.OperationOptions options) |
public static final String OBJECTGUID
public static final String OBJECTSID
public static final String PRIMARYGROUPID
public static final String MEMBEROF
public static final String UACCONTROL_ATTR
public static final String SDDL_ATTR
public static final List<String> ADDS2012_ATTRIBUTES_TO_BE_REMOVED
public static final int UF_ACCOUNTDISABLE
public static final int UF_PASSWD_NOTREQD
public static final int UF_PASSWD_CANT_CHANGE
public static final int UF_NORMAL_ACCOUNT
public static final int UF_DONT_EXPIRE_PASSWD
public static final int UF_PASSWORD_EXPIRED
public org.identityconnectors.framework.spi.Configuration getConfiguration()
getConfiguration in interface org.identityconnectors.framework.spi.ConnectorgetConfiguration in class net.tirasa.connid.bundles.ldap.LdapConnectorpublic void init(org.identityconnectors.framework.spi.Configuration cfg)
init in interface org.identityconnectors.framework.spi.Connectorinit in class net.tirasa.connid.bundles.ldap.LdapConnectorpublic void dispose()
dispose in interface org.identityconnectors.framework.spi.Connectordispose in class net.tirasa.connid.bundles.ldap.LdapConnectorpublic void executeQuery(org.identityconnectors.framework.common.objects.ObjectClass oclass,
net.tirasa.connid.bundles.ldap.search.LdapFilter query,
org.identityconnectors.framework.common.objects.ResultsHandler handler,
org.identityconnectors.framework.common.objects.OperationOptions options)
executeQuery in interface org.identityconnectors.framework.spi.operations.SearchOp<net.tirasa.connid.bundles.ldap.search.LdapFilter>executeQuery in class net.tirasa.connid.bundles.ldap.LdapConnectorpublic org.identityconnectors.framework.common.objects.SyncToken getLatestSyncToken(org.identityconnectors.framework.common.objects.ObjectClass oclass)
getLatestSyncToken in interface org.identityconnectors.framework.spi.operations.SyncOpgetLatestSyncToken in class net.tirasa.connid.bundles.ldap.LdapConnectorpublic void sync(org.identityconnectors.framework.common.objects.ObjectClass oclass,
org.identityconnectors.framework.common.objects.SyncToken token,
org.identityconnectors.framework.common.objects.SyncResultsHandler handler,
org.identityconnectors.framework.common.objects.OperationOptions options)
sync in interface org.identityconnectors.framework.spi.operations.SyncOpsync in class net.tirasa.connid.bundles.ldap.LdapConnectorpublic org.identityconnectors.framework.common.objects.Uid create(org.identityconnectors.framework.common.objects.ObjectClass oclass,
Set<org.identityconnectors.framework.common.objects.Attribute> attrs,
org.identityconnectors.framework.common.objects.OperationOptions options)
create in interface org.identityconnectors.framework.spi.operations.CreateOpcreate in class net.tirasa.connid.bundles.ldap.LdapConnectorpublic org.identityconnectors.framework.common.objects.Uid update(org.identityconnectors.framework.common.objects.ObjectClass oclass,
org.identityconnectors.framework.common.objects.Uid uid,
Set<org.identityconnectors.framework.common.objects.Attribute> attrs,
org.identityconnectors.framework.common.objects.OperationOptions options)
update in interface org.identityconnectors.framework.spi.operations.UpdateOpupdate in class net.tirasa.connid.bundles.ldap.LdapConnectorpublic void delete(org.identityconnectors.framework.common.objects.ObjectClass oclass,
org.identityconnectors.framework.common.objects.Uid uid,
org.identityconnectors.framework.common.objects.OperationOptions options)
delete in interface org.identityconnectors.framework.spi.operations.DeleteOpdelete in class net.tirasa.connid.bundles.ldap.LdapConnectorpublic org.identityconnectors.framework.common.objects.Schema schema()
schema in interface org.identityconnectors.framework.spi.operations.SchemaOpschema in class net.tirasa.connid.bundles.ldap.LdapConnectorpublic 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.spi.operations.AuthenticateOpauthenticate in class net.tirasa.connid.bundles.ldap.LdapConnectorpublic org.identityconnectors.framework.common.objects.Uid resolveUsername(org.identityconnectors.framework.common.objects.ObjectClass objectClass,
String username,
org.identityconnectors.framework.common.objects.OperationOptions options)
resolveUsername in interface org.identityconnectors.framework.spi.operations.ResolveUsernameOpresolveUsername in class net.tirasa.connid.bundles.ldap.LdapConnectorpublic void test()
test in interface org.identityconnectors.framework.spi.operations.TestOptest in class net.tirasa.connid.bundles.ldap.LdapConnectorpublic void checkAlive()
checkAlive in interface org.identityconnectors.framework.spi.PoolableConnectorcheckAlive in class net.tirasa.connid.bundles.ldap.LdapConnectorCopyright © 2011–2016. All rights reserved.