Skip to content

Commit

Permalink
AD conntests in progress
Browse files Browse the repository at this point in the history
  • Loading branch information
semancik committed Aug 26, 2015
1 parent 9f7999d commit acb4e24
Show file tree
Hide file tree
Showing 6 changed files with 1,396 additions and 3 deletions.
Expand Up @@ -192,6 +192,12 @@ public abstract class AbstractModelIntegrationTest extends AbstractIntegrationTe
protected static final String CONNECTOR_DUMMY_TYPE = "com.evolveum.icf.dummy.connector.DummyConnector";
protected static final String CONNECTOR_DUMMY_VERSION = "2.0";
protected static final String CONNECTOR_DUMMY_NAMESPACE = "http://midpoint.evolveum.com/xml/ns/public/connector/icf-1/bundle/com.evolveum.icf.dummy/com.evolveum.icf.dummy.connector.DummyConnector";

protected static final String CONNECTOR_LDAP_TYPE = "com.evolveum.polygon.connector.ldap.LdapConnector";
protected static final String CONNECTOR_LDAP_NAMESPACE = "http://midpoint.evolveum.com/xml/ns/public/connector/icf-1/bundle/com.evolveum.polygon.connector-ldap/com.evolveum.polygon.connector.ldap.LdapConnector";

protected static final String CONNECTOR_AD_TYPE = "XXXXXXXX";
protected static final String CONNECTOR_AD_NAMESPACE = "http://midpoint.evolveum.com/xml/ns/public/connector/icf-1/bundle/com.evolveum.icf.dummy/com.evolveum.icf.dummy.connector.DummyConnector";

protected static final ItemPath ACTIVATION_ADMINISTRATIVE_STATUS_PATH = new ItemPath(UserType.F_ACTIVATION,
ActivationType.F_ADMINISTRATIVE_STATUS);
Expand Down

0 comments on commit acb4e24

Please sign in to comment.