A C D G I L M O P R S T U V W _

A

AttributeTests - Class in org.identityconnectors.contract.test
Test that attributes satisfy contract.
AttributeTests(ObjectClass) - Constructor for class org.identityconnectors.contract.test.AttributeTests
 
AuthenticationApiOpTests - Class in org.identityconnectors.contract.test
Contract test of AuthenticationApiOp
AuthenticationApiOpTests(ObjectClass) - Constructor for class org.identityconnectors.contract.test.AuthenticationApiOpTests
 

C

canSearchCaseInsensitive() - Static method in class org.identityconnectors.contract.test.SearchApiOpTests
Returns true if tests are configured to enable case insensitive tests SearchApiOpTests.testCaseInsensitiveSearch().
canSyncAfterOp(Class<? extends APIOperation>) - Static method in class org.identityconnectors.contract.test.SyncApiOpTests
Returns true if tests are configured to test connector's sync after specified operation.
checkObject(ObjectClassInfo, ConnectorObject, Set<Attribute>) - Static method in class org.identityconnectors.contract.test.ConnectorHelper
Checks if object has expected attributes and values.
checkObject(ObjectClassInfo, ConnectorObject, Set<Attribute>, boolean) - Static method in class org.identityconnectors.contract.test.ConnectorHelper
Checks if object has expected attributes and values.
checkSyncDelta(ObjectClassInfo, SyncDelta, Uid, Set<Attribute>, SyncDeltaType, boolean) - Static method in class org.identityconnectors.contract.test.ConnectorHelper
Check that passed SyncDelta has exptected values.
compareExistingObjectsByUidOnly() - Static method in class org.identityconnectors.contract.test.SearchApiOpTests
Returns true if tests should compare already existing objects by uid only.
ConfigurationTests - Class in org.identityconnectors.contract.test
Tests for Configuration of the Connector Under Test
ConfigurationTests() - Constructor for class org.identityconnectors.contract.test.ConfigurationTests
 
ConnectorHelper - Class in org.identityconnectors.contract.test
Class holding various helper methods used by contract test suite
ConnectorHelper() - Constructor for class org.identityconnectors.contract.test.ConnectorHelper
 
ContractException - Exception in org.identityconnectors.contract.exceptions
Generic Contract Tests exception.
ContractException() - Constructor for exception org.identityconnectors.contract.exceptions.ContractException
 
ContractException(String) - Constructor for exception org.identityconnectors.contract.exceptions.ContractException
Sets a message for the Exception.
ContractException(Throwable) - Constructor for exception org.identityconnectors.contract.exceptions.ContractException
Sets the stack trace to the original exception, so this exception can masquerade as the original only be a RuntimeException.
ContractException(String, Throwable) - Constructor for exception org.identityconnectors.contract.exceptions.ContractException
Sets the stack trace to the original exception, so this exception can masquerade as the original only be a RuntimeException.
ContractTestBase - Class in org.identityconnectors.contract.test
Base class of all contract tests.
ContractTestBase() - Constructor for class org.identityconnectors.contract.test.ContractTestBase
 
ContractTestSuite - Class in org.identityconnectors.contract.test
 
ContractTestSuite() - Constructor for class org.identityconnectors.contract.test.ContractTestSuite
 
CreateApiOpTests - Class in org.identityconnectors.contract.test
Contract test of CreateApiOp operation.
CreateApiOpTests(ObjectClass) - Constructor for class org.identityconnectors.contract.test.CreateApiOpTests
 
createConnectorFacade(DataProvider) - Static method in class org.identityconnectors.contract.test.ConnectorHelper
Creates connector facade, initializes connector configuration from dataProvider and validates configuration and/or tests connection.
createConnectorFacadeWithWrongConfiguration(DataProvider, Map<?, ?>) - Static method in class org.identityconnectors.contract.test.ConnectorHelper
Creates connector facade with wrong configuration.
createDataProvider() - Static method in class org.identityconnectors.contract.test.ConnectorHelper
 
createObject(ConnectorFacade, DataProvider, ObjectClassInfo, String, String, int, OperationOptions) - Static method in class org.identityconnectors.contract.test.ConnectorHelper
gets the attributes for you, appending the qualifier to the attribute name
createObject(ConnectorFacade, DataProvider, ObjectClassInfo, String, int, OperationOptions) - Static method in class org.identityconnectors.contract.test.ConnectorHelper
gets the attributes for you

D

data() - Static method in class org.identityconnectors.contract.test.ObjectClassRunner
Return all the base ObjectClasss.
DataProvider - Interface in org.identityconnectors.contract.data
DataProvider is a facility used for getting (reading/generating) data for Contract test suite.
DeleteApiOpTests - Class in org.identityconnectors.contract.test
Contract test of DeleteApiOp
DeleteApiOpTests(ObjectClass) - Constructor for class org.identityconnectors.contract.test.DeleteApiOpTests
 
deleteObject(ConnectorFacade, ObjectClass, Uid, boolean, OperationOptions) - Static method in class org.identityconnectors.contract.test.ConnectorHelper
Performs deletion of object specified by uid.
dispose() - Method in interface org.identityconnectors.contract.data.DataProvider
free the allocated resources
dispose() - Method in class org.identityconnectors.contract.data.GroovyDataProvider
 
dispose() - Method in class org.identityconnectors.contract.test.ConfigurationTests
Free up the resources
dispose() - Method in class org.identityconnectors.contract.test.ContractTestBase
Dispose the test environment, do the cleanup.
dispose() - Method in class org.identityconnectors.contract.test.ObjectClassRunner
Dispose the test environment, do the cleanup

G

generate(String, Class<?>) - Method in interface org.identityconnectors.contract.data.DataProvider
Random generator uses a pattern to generate a random sequence based on given pattern.
generate(String) - Method in interface org.identityconnectors.contract.data.DataProvider
generates a random string dynamically.
generate() - Method in class org.identityconnectors.contract.data.groovy.Random
create a random value, that is created once.
generate(String, Class<?>) - Method in class org.identityconnectors.contract.data.GroovyDataProvider
Random generator uses a pattern to generate a random sequence based on given pattern.
generate(String) - Method in class org.identityconnectors.contract.data.GroovyDataProvider
generates a random string dynamically.
generate(String) - Static method in class org.identityconnectors.contract.data.RandomGenerator
generate a random string based on given pattern
generate(String, Class<?>) - Static method in class org.identityconnectors.contract.data.RandomGenerator
generates a random string based on given pattern, finally tries to call constructor on the given class accepting a string argument.
get(Class<?>, String, String, int, boolean) - Method in interface org.identityconnectors.contract.data.DataProvider
Gets data value by the specified parameters
get(Class<?>, String, String) - Method in interface org.identityconnectors.contract.data.DataProvider
Gets data value by the specified parameters
get(String) - Method in interface org.identityconnectors.contract.data.DataProvider
Acquire a property value for given name
get(String, int) - Method in interface org.identityconnectors.contract.data.DataProvider
Aquire a property value marked with given iteration, for example i1.testProperty
Get - Class in org.identityconnectors.contract.data.groovy
Lazily get a property This is a Helper class, users of tests will access methods: Lazy.random(Object) and Lazy.get(Object))
Get(Object) - Constructor for class org.identityconnectors.contract.data.groovy.Get
 
get(Object) - Static method in class org.identityconnectors.contract.data.groovy.Lazy
retrieve value of another property dynamically
get(String, String, boolean) - Method in class org.identityconnectors.contract.data.GroovyDataProvider
Main get method.
get(Class<?>, String, String, int, boolean) - Method in class org.identityconnectors.contract.data.GroovyDataProvider
Gets data value by the specified parameters
get(Class<?>, String, String) - Method in class org.identityconnectors.contract.data.GroovyDataProvider
Gets data value by the specified parameters
get(String) - Method in class org.identityconnectors.contract.data.GroovyDataProvider
Acquire a property value for given name
get(String, int) - Method in class org.identityconnectors.contract.data.GroovyDataProvider
Aquire a property value marked with given iteration, for example i1.testProperty
get(DataProvider, String, Class<?>, String, String, int, boolean) - Static method in class org.identityconnectors.contract.test.ConnectorHelper
 
get(DataProvider, String, Class<?>, String, String, String, int, boolean) - Static method in class org.identityconnectors.contract.test.ConnectorHelper
 
getAPIOperations() - Method in class org.identityconnectors.contract.test.AttributeTests
 
getAPIOperations() - Method in class org.identityconnectors.contract.test.AuthenticationApiOpTests
Ask the subclasses for the APIOperation.
getAPIOperations() - Method in class org.identityconnectors.contract.test.ContractTestBase
Ask the subclasses for the APIOperation.
getAPIOperations() - Method in class org.identityconnectors.contract.test.CreateApiOpTests
Ask the subclasses for the APIOperation.
getAPIOperations() - Method in class org.identityconnectors.contract.test.DeleteApiOpTests
Ask the subclasses for the APIOperation.
getAPIOperations() - Method in class org.identityconnectors.contract.test.GetApiOpTests
Ask the subclasses for the APIOperation.
getAPIOperations() - Method in class org.identityconnectors.contract.test.MultiOpTests
Ask the subclasses for the APIOperation.
getAPIOperations() - Method in class org.identityconnectors.contract.test.ResolveUsernameApiOpTests
 
getAPIOperations() - Method in class org.identityconnectors.contract.test.SchemaApiOpTests
Ask the subclasses for the APIOperation.
getAPIOperations() - Method in class org.identityconnectors.contract.test.ScriptOnConnectorApiOpTests
Ask the subclasses for the APIOperation.
getAPIOperations() - Method in class org.identityconnectors.contract.test.ScriptOnResourceApiOpTests
Ask the subclasses for the APIOperation.
getAPIOperations() - Method in class org.identityconnectors.contract.test.SearchApiOpTests
Ask the subclasses for the APIOperation.
getAPIOperations() - Method in class org.identityconnectors.contract.test.SyncApiOpTests
Ask the subclasses for the APIOperation.
getAPIOperations() - Method in class org.identityconnectors.contract.test.TestApiOpTests
Ask the subclasses for the APIOperation.
getAPIOperations() - Method in class org.identityconnectors.contract.test.UpdateApiOpTests
Ask the subclasses for the APIOperation.
getAPIOperations() - Method in class org.identityconnectors.contract.test.ValidateApiOpTests
Ask the subclasses for the APIOperation.
GetApiOpTests - Class in org.identityconnectors.contract.test
Contract test of GetApiOp
GetApiOpTests(ObjectClass) - Constructor for class org.identityconnectors.contract.test.GetApiOpTests
 
getAttributes(DataProvider, ObjectClassInfo, String, String, int, boolean, boolean, boolean, boolean) - Static method in class org.identityconnectors.contract.test.ConnectorHelper
get attribute values (concatenates the qualifier with the name)
getAttributeSet(String) - Method in interface org.identityconnectors.contract.data.DataProvider
converts the given property submap to Attribute set.
getAttributeSet(String) - Method in class org.identityconnectors.contract.data.GroovyDataProvider
 
getClazz() - Method in class org.identityconnectors.contract.data.groovy.Random
 
getConfigurationProperties(DataProvider) - Static method in class org.identityconnectors.contract.test.ConnectorHelper
Gets ConfigurationProperties for the connector
getConnectorAttribute(String) - Method in interface org.identityconnectors.contract.data.DataProvider
Gets data value by the specified parameters
getConnectorAttribute(String) - Method in class org.identityconnectors.contract.data.GroovyDataProvider
Gets data value by the specified parameters
getConnectorFacade() - Method in class org.identityconnectors.contract.test.ContractTestBase
Always need a ConnectorFacade.
getCreateableAttributes(DataProvider, ObjectClassInfo, String, int, boolean, boolean) - Static method in class org.identityconnectors.contract.test.ConnectorHelper
Get createable attributes' values.
getDataProvider() - Static method in class org.identityconnectors.contract.test.ContractTestBase
Gets preconfigured DataProvider instance
getDefaultConfigurationProperties(DataProvider, ConnectorInfoManager) - Static method in class org.identityconnectors.contract.test.ConnectorHelper
 
getInfoManager(DataProvider) - Static method in class org.identityconnectors.contract.test.ConnectorHelper
Tries to create remote or local manager.
getObjectClass() - Method in class org.identityconnectors.contract.test.ObjectClassRunner
Returns object class which is currently tested.
getObjectClassFromObjectClassInfo(ObjectClassInfo) - Static method in class org.identityconnectors.contract.test.ConnectorHelper
Returns object class based on object class info.
getObjectClassInfo() - Method in class org.identityconnectors.contract.test.ObjectClassRunner
Gets ObjectClassInfo for object class returned by ObjectClassRunner.getSupportedObjectClass().
getOperationOptionsByOp(Class<? extends APIOperation>) - Method in class org.identityconnectors.contract.test.ContractTestBase
Gets OperationOptions suitable for specified operation.
getOperationOptionsByOp(Class<? extends APIOperation>) - Method in class org.identityconnectors.contract.test.ObjectClassRunner
Gets OperationOptions suitable for specified operation.
getOperationOptionsByOp(Class<? extends APIOperation>) - Method in class org.identityconnectors.contract.test.ScriptOnResourceApiOpTests
Gets OperationOptions suitable for specified operation.
getReadableAttributesNames(ObjectClassInfo) - Static method in class org.identityconnectors.contract.test.ConnectorHelper
Returns set of attributes' names which are readable.
getSchema() - Method in class org.identityconnectors.contract.test.ObjectClassRunner
Need a schema
getSkippedAttributesForUpdateToNullValue() - Static method in class org.identityconnectors.contract.test.UpdateApiOpTests
 
getString(String, String, int) - Method in interface org.identityconnectors.contract.data.DataProvider
Gets data value by the specified parameters
getString(String, String) - Method in interface org.identityconnectors.contract.data.DataProvider
Gets data value by the specified parameters
getString(String, String, int) - Method in class org.identityconnectors.contract.data.GroovyDataProvider
Gets data value by the specified parameters
getString(String, String) - Method in class org.identityconnectors.contract.data.GroovyDataProvider
Gets data value by the specified parameters
getString(DataProvider, String, String, String) - Static method in class org.identityconnectors.contract.test.ConnectorHelper
no sequence number or qualifier, appends objectclass to name
getSuccessors() - Method in class org.identityconnectors.contract.data.groovy.Lazy
 
getSupportedObjectClass() - Method in class org.identityconnectors.contract.test.ObjectClassRunner
Always returns supported object class by connector operation.
getTestName() - Method in class org.identityconnectors.contract.test.AttributeTests
Gets Test name
getTestName() - Method in class org.identityconnectors.contract.test.AuthenticationApiOpTests
Gets Test name
getTestName() - Method in class org.identityconnectors.contract.test.CreateApiOpTests
Gets Test name
getTestName() - Method in class org.identityconnectors.contract.test.DeleteApiOpTests
Gets Test name
getTestName() - Method in class org.identityconnectors.contract.test.GetApiOpTests
Gets Test name
getTestName() - Method in class org.identityconnectors.contract.test.MultiOpTests
Gets Test name
getTestName() - Method in class org.identityconnectors.contract.test.ObjectClassRunner
Gets Test name
getTestName() - Method in class org.identityconnectors.contract.test.ResolveUsernameApiOpTests
 
getTestName() - Method in class org.identityconnectors.contract.test.SearchApiOpTests
Gets Test name
getTestName() - Method in class org.identityconnectors.contract.test.SyncApiOpTests
Gets Test name
getTestName() - Method in class org.identityconnectors.contract.test.UpdateApiOpTests
 
getTestSuiteAttribute(String) - Method in interface org.identityconnectors.contract.data.DataProvider
Gets test suite attribute
getTestSuiteAttribute(String, String) - Method in interface org.identityconnectors.contract.data.DataProvider
Gets test suite attribute
getTestSuiteAttribute(String) - Method in class org.identityconnectors.contract.data.GroovyDataProvider
Gets test suite attribute
getTestSuiteAttribute(String, String) - Method in class org.identityconnectors.contract.data.GroovyDataProvider
Gets test suite attribute
getUpdateableAttributes(DataProvider, ObjectClassInfo, String, String, int, boolean, boolean) - Static method in class org.identityconnectors.contract.test.ConnectorHelper
Get updateable attributes' values.
getValue() - Method in class org.identityconnectors.contract.data.groovy.Lazy
 
GroovyDataProvider - Class in org.identityconnectors.contract.data
Default implementation of DataProvider.
GroovyDataProvider() - Constructor for class org.identityconnectors.contract.data.GroovyDataProvider
default constructor
GroovyDataProvider(String) - Constructor for class org.identityconnectors.contract.data.GroovyDataProvider
 

I

init() - Method in class org.identityconnectors.contract.test.ConfigurationTests
Initialize the unit test
init() - Method in class org.identityconnectors.contract.test.ContractTestBase
Initialize the environment needed to run the test.
init() - Method in class org.identityconnectors.contract.test.ObjectClassRunner
Initialize the environment needed to run the test
isAttrSupported(ObjectClassInfo, String) - Static method in class org.identityconnectors.contract.test.ConnectorHelper
Whether is attribute supported.
isCreateable(ObjectClassInfo, Attribute) - Static method in class org.identityconnectors.contract.test.ConnectorHelper
Whether is attribute Createable.
isCRU(ObjectClassInfo, String) - Static method in class org.identityconnectors.contract.test.ConnectorHelper
Whether is attribute creatable, updateable and readable.
isMultiValue(ObjectClassInfo, String) - Static method in class org.identityconnectors.contract.test.ConnectorHelper
Whether is attribute multiValue.
isObjectClassSupported() - Method in class org.identityconnectors.contract.test.ObjectClassRunner
Identifier which tells if the tested ObjectClass (get by ObjectClassRunner.getObjectClass() is supported by connector or not, supported means that the ObjectClass is included in the Schema
isReadable(ObjectClassInfo, Attribute) - Static method in class org.identityconnectors.contract.test.ConnectorHelper
Whether is attribute readable.
isReadable(ObjectClassInfo, String) - Static method in class org.identityconnectors.contract.test.ConnectorHelper
Whether is attribute readable.
isRequired(ObjectClassInfo, Attribute) - Static method in class org.identityconnectors.contract.test.ConnectorHelper
Whether is attribute required.
isReturnedByDefault(ObjectClassInfo, Attribute) - Static method in class org.identityconnectors.contract.test.ConnectorHelper
Whether is attribute returnedByDefault.
isUpdateable(ObjectClassInfo, Attribute) - Static method in class org.identityconnectors.contract.test.ConnectorHelper
Whether is attribute readable.

L

Lazy - Class in org.identityconnectors.contract.data.groovy
Support for lazy evaluation.
Lazy() - Constructor for class org.identityconnectors.contract.data.groovy.Lazy
 
loadConfiguration(String, Configuration) - Method in interface org.identityconnectors.contract.data.DataProvider
adds to 'cfg' the complete map defined by property 'propertyName'
loadConfiguration(String, Configuration) - Method in class org.identityconnectors.contract.data.GroovyDataProvider
 

M

mergeAttributeSets(Set<Attribute>, Set<Attribute>) - Static method in class org.identityconnectors.contract.test.UpdateApiOpTests
Returns new attribute set which contains all attributes from both sets.
MODIFIED - Static variable in class org.identityconnectors.contract.test.SyncApiOpTests
 
MODIFIED - Static variable in class org.identityconnectors.contract.test.UpdateApiOpTests
 
MULTI_VALUE_TYPE_PREFIX - Static variable in class org.identityconnectors.contract.data.GroovyDataProvider
prefix of default values that are multi
MultiOpTests - Class in org.identityconnectors.contract.test
Tests which use many APIOperations to do the test scenario
MultiOpTests(ObjectClass) - Constructor for class org.identityconnectors.contract.test.MultiOpTests
Contructor

O

ObjectClassRunner - Class in org.identityconnectors.contract.test
Simple base class that will run through all the ObjectClasss.
ObjectClassRunner(ObjectClass) - Constructor for class org.identityconnectors.contract.test.ObjectClassRunner
Base class for running ObjectClass across a test.
ObjectNotFoundException - Exception in org.identityconnectors.contract.exceptions
Exception thrown when the value for a key cannot be resolved.
ObjectNotFoundException() - Constructor for exception org.identityconnectors.contract.exceptions.ObjectNotFoundException
 
ObjectNotFoundException(String) - Constructor for exception org.identityconnectors.contract.exceptions.ObjectNotFoundException
 
ObjectNotFoundException(Throwable) - Constructor for exception org.identityconnectors.contract.exceptions.ObjectNotFoundException
 
ObjectNotFoundException(String, Throwable) - Constructor for exception org.identityconnectors.contract.exceptions.ObjectNotFoundException
 
operationsSupported(ConnectorFacade, ObjectClass, Set<Class<? extends APIOperation>>) - Static method in class org.identityconnectors.contract.test.ConnectorHelper
check to see if a particular objectclass supports a particular operations To succeed all the operations must be supported.
operationsSupported(ConnectorFacade, Set<Class<? extends APIOperation>>) - Static method in class org.identityconnectors.contract.test.ConnectorHelper
check to see if ANY objectclass supports a particular operations
operationSupported(ConnectorFacade, ObjectClass, Class<? extends APIOperation>) - Static method in class org.identityconnectors.contract.test.ConnectorHelper
check to see if a particular objectclass supports a particular operation
operationSupported(ConnectorFacade, ObjectClass, Class<? extends APIOperation>, Class<? extends APIOperation>) - Static method in class org.identityconnectors.contract.test.ConnectorHelper
check to see if a particular objectclass supports a particular operations
operationSupported(ConnectorFacade, Class<? extends APIOperation>) - Static method in class org.identityconnectors.contract.test.ConnectorHelper
check to see if ANY objectclass supports a particular operation
operationSupported(ConnectorFacade, Class<? extends APIOperation>, Class<? extends APIOperation>) - Static method in class org.identityconnectors.contract.test.ConnectorHelper
check to see if ANY objectclass supports a particular operation
org.identityconnectors.contract.data - package org.identityconnectors.contract.data
 
org.identityconnectors.contract.data.groovy - package org.identityconnectors.contract.data.groovy
 
org.identityconnectors.contract.exceptions - package org.identityconnectors.contract.exceptions
 
org.identityconnectors.contract.test - package org.identityconnectors.contract.test
 

P

plus(String) - Method in class org.identityconnectors.contract.data.groovy.Lazy
overriding plus operation to be able to concatenate Lazy objects to others.
plus(Lazy) - Method in class org.identityconnectors.contract.data.groovy.Lazy
 

R

random(Object) - Static method in class org.identityconnectors.contract.data.groovy.Lazy
 
random(Object, Class<?>) - Static method in class org.identityconnectors.contract.data.groovy.Lazy
generate a random object based on given pattern.
Random - Class in org.identityconnectors.contract.data.groovy
Generate random strings based on given pattern This is a Helper class, users of tests will access methods: Lazy.random(Object) and Lazy.get(Object))
Random(Object) - Constructor for class org.identityconnectors.contract.data.groovy.Random
Creates a random string based on given pattern.
Random(Object, Class<?>) - Constructor for class org.identityconnectors.contract.data.groovy.Random
Creates a random object of given type
RandomGenerator - Class in org.identityconnectors.contract.data
Random generator uses a pattern to generate a random sequence based on given pattern.
RandomGenerator() - Constructor for class org.identityconnectors.contract.data.RandomGenerator
 
ResolveUsernameApiOpTests - Class in org.identityconnectors.contract.test
tests for ResolveUsernameApiOp
ResolveUsernameApiOpTests(ObjectClass) - Constructor for class org.identityconnectors.contract.test.ResolveUsernameApiOpTests
 
rethrow() - Method in exception org.identityconnectors.contract.exceptions.ContractException
Re-throw the original exception.

S

SchemaApiOpTests - Class in org.identityconnectors.contract.test
Contract test of SchemaApiOp operation.
SchemaApiOpTests() - Constructor for class org.identityconnectors.contract.test.SchemaApiOpTests
 
ScriptOnConnectorApiOpTests - Class in org.identityconnectors.contract.test
Contract test of ScriptOnConnectorApiOp operation.
ScriptOnConnectorApiOpTests() - Constructor for class org.identityconnectors.contract.test.ScriptOnConnectorApiOpTests
 
ScriptOnResourceApiOpTests - Class in org.identityconnectors.contract.test
Contract test of ScriptOnResourceApiOp operation.
ScriptOnResourceApiOpTests() - Constructor for class org.identityconnectors.contract.test.ScriptOnResourceApiOpTests
 
search(ConnectorFacade, ObjectClass, Filter, OperationOptions) - Static method in class org.identityconnectors.contract.test.ConnectorHelper
Performs search on connector facade with specified object class, filter and operation options.
search2Map(ConnectorFacade, ObjectClass, Filter, OperationOptions) - Static method in class org.identityconnectors.contract.test.ConnectorHelper
Performs search on connector facade with specified object class, filter and operation options.
SearchApiOpTests - Class in org.identityconnectors.contract.test
Contract test of SearchApiOp
SearchApiOpTests(ObjectClass) - Constructor for class org.identityconnectors.contract.test.SearchApiOpTests
 
setSuccessors(List<Object>) - Method in class org.identityconnectors.contract.data.groovy.Lazy
 
setValue(Object) - Method in class org.identityconnectors.contract.data.groovy.Lazy
 
successors - Variable in class org.identityconnectors.contract.data.groovy.Lazy
 
sync(ConnectorFacade, ObjectClass, SyncToken, OperationOptions) - Static method in class org.identityconnectors.contract.test.ConnectorHelper
Performs sync on connector facade.
SyncApiOpTests - Class in org.identityconnectors.contract.test
Contract test of SyncApiOp
SyncApiOpTests(ObjectClass) - Constructor for class org.identityconnectors.contract.test.SyncApiOpTests
 

T

TestApiOpTests - Class in org.identityconnectors.contract.test
Contract test of TestApiOp.
TestApiOpTests() - Constructor for class org.identityconnectors.contract.test.TestApiOpTests
 
testCaseInsensitiveSearch() - Method in class org.identityconnectors.contract.test.SearchApiOpTests
Test case insensitive search for UID attribute.
testContract() - Method in class org.identityconnectors.contract.test.ObjectClassRunner
Main contract test entry point, it calls ObjectClassRunner.testRun() method in configured number of iterations, runs the iteration only if the operation is supported by the connector
testCreateFailUnsupportedAttribute() - Method in class org.identityconnectors.contract.test.CreateApiOpTests
Tests create method with invalid Attribute, RuntimeException is expected connector developers can set the value of unsupported attribute using test property: testsuite.Create.unsupportedAttributeName
testCreateWithSameAttributes() - Method in class org.identityconnectors.contract.test.CreateApiOpTests
Tests create twice with the same attributes.
testDeleteThrowUnknownUid() - Method in class org.identityconnectors.contract.test.DeleteApiOpTests
Tests that delete throws UnknownUidException when object is deleted for the second time.
testDisableDateOpAttribute() - Method in class org.identityconnectors.contract.test.MultiOpTests
Tests DISABLE_DATE attribute contract
testEnableDateOpAttribute() - Method in class org.identityconnectors.contract.test.MultiOpTests
Tests ENABLE_DATE attribute contract
testEnableOpAttribute() - Method in class org.identityconnectors.contract.test.MultiOpTests
Tests ENABLE attribute contract
testGroupsPredAttribute() - Method in class org.identityconnectors.contract.test.MultiOpTests
Tests GROUPS attribute contract
testLatestSyncToken() - Method in class org.identityconnectors.contract.test.SyncApiOpTests
Tests that SyncApiOp#getLatestSyncToken() returns really the latest sync token which is available.
testLockOutOpAttribute() - Method in class org.identityconnectors.contract.test.MultiOpTests
Tests LOCK_OUT attribute contract
testNamePresent() - Method in class org.identityconnectors.contract.test.SchemaApiOpTests
Tests that every object class contains Name among its attributes.
testNegative() - Method in class org.identityconnectors.contract.test.ResolveUsernameApiOpTests
 
testNonReadable() - Method in class org.identityconnectors.contract.test.AttributeTests
Non readable attributes should _not_ be returned by default API operations for acquiring attributes: GetApiOp
testNonUpdateable() - Method in class org.identityconnectors.contract.test.AttributeTests
Update of non-updateable attribute is not acceptable.
testOpEnable() - Method in class org.identityconnectors.contract.test.AuthenticationApiOpTests
Tests that disabled user cannot authenticate.
testOpPasswordExpirationDate() - Method in class org.identityconnectors.contract.test.AuthenticationApiOpTests
Tests that PasswordExpiredException is thrown in case PasswordExpirationDate is set to today.
testOpPasswordExpired() - Method in class org.identityconnectors.contract.test.AuthenticationApiOpTests
Tests that PasswordExpiredException is thrown in case PasswordExpired is updated to true.
testOpSupportedByAllOClasses() - Method in class org.identityconnectors.contract.test.SchemaApiOpTests
Test ensures that following operations are supported by all object classes when supported at all: ScriptOnConnectorApiOp, ScriptOnResourceApiOp, TestApiOp, ValidateApiOp.
testPasswordBeforePasswordExpired() - Method in class org.identityconnectors.contract.test.AuthenticationApiOpTests
Tests that connector respects order of PASSWORD and PASSWORD_EXPIRED attributes during update.
testPasswordChangeIntervalPredAttribute() - Method in class org.identityconnectors.contract.test.MultiOpTests
Tests PASSWORD_CHANGE_INTERVAL attribute contract
testPasswordExpirationDateOpAttribute() - Method in class org.identityconnectors.contract.test.MultiOpTests
Tests PASSWORD_EXPIRATION_DATE attribute contract
testPasswordExpiredOpAttribute() - Method in class org.identityconnectors.contract.test.MultiOpTests
Tests PASSWORD_EXPIRED attribute contract
testPositive() - Method in class org.identityconnectors.contract.test.ResolveUsernameApiOpTests
 
testPropertiesType() - Method in class org.identityconnectors.contract.test.ConfigurationTests
Unit test for checking if the Configuration property type is supported
testRequirableIsCreatable() - Method in class org.identityconnectors.contract.test.AttributeTests
Required attributes must be creatable.
testReturnedByDefault() - Method in class org.identityconnectors.contract.test.AttributeTests
Not returned by default attributes should not be returned, unless specified in attributesToGet (OperationOptions) API operations for acquiring attributes: GetApiOp SearchApiOp SyncApiOp
testRun() - Method in class org.identityconnectors.contract.test.AttributeTests
This method will be called configured number of times
testRun() - Method in class org.identityconnectors.contract.test.AuthenticationApiOpTests
This method will be called configured number of times
testRun() - Method in class org.identityconnectors.contract.test.CreateApiOpTests
This method will be called configured number of times
testRun() - Method in class org.identityconnectors.contract.test.DeleteApiOpTests
This method will be called configured number of times
testRun() - Method in class org.identityconnectors.contract.test.GetApiOpTests
This method will be called configured number of times
testRun() - Method in class org.identityconnectors.contract.test.MultiOpTests
Scenario test - test positive cases.
testRun() - Method in class org.identityconnectors.contract.test.ObjectClassRunner
This method will be called configured number of times
testRun() - Method in class org.identityconnectors.contract.test.ResolveUsernameApiOpTests
 
testRun() - Method in class org.identityconnectors.contract.test.SearchApiOpTests
This method will be called configured number of times
testRun() - Method in class org.identityconnectors.contract.test.SyncApiOpTests
This method will be called configured number of times
testRun() - Method in class org.identityconnectors.contract.test.UpdateApiOpTests
This method will be called configured number of times
testRunScript() - Method in class org.identityconnectors.contract.test.ScriptOnConnectorApiOpTests
Tests running a script with correct values from property file.
testRunScript() - Method in class org.identityconnectors.contract.test.ScriptOnResourceApiOpTests
Tests running a script with correct values from property file.
testRunScriptFailEmptyScriptText() - Method in class org.identityconnectors.contract.test.ScriptOnConnectorApiOpTests
Tests running a script with empty script text.
testRunScriptFailEmptyScriptText() - Method in class org.identityconnectors.contract.test.ScriptOnResourceApiOpTests
Tests running a script with empty script text.
testRunScriptFailUnknownLanguage() - Method in class org.identityconnectors.contract.test.ScriptOnConnectorApiOpTests
Tests running a script with unknown language.
testRunScriptFailUnknownLanguage() - Method in class org.identityconnectors.contract.test.ScriptOnResourceApiOpTests
Tests running a script with unknown language.
testSchemaExpected() - Method in class org.identityconnectors.contract.test.SchemaApiOpTests
Tests that returned schema by connector is the same as expected schema to be returned.
testSearchWithoutAttrsToGet() - Method in class org.identityconnectors.contract.test.SearchApiOpTests
Test Search without specified OperationOptions attrsToGet which is the default for all other tests.
testSyncWithoutAttrsToGet() - Method in class org.identityconnectors.contract.test.SyncApiOpTests
Test Sync without attrsToGet.
testTestFail() - Method in class org.identityconnectors.contract.test.TestApiOpTests
Tests test() with configuration that should NOT be correct.
testUidNotPresent() - Method in class org.identityconnectors.contract.test.SchemaApiOpTests
Tests that the schema doesn't contain Uid
testUpdateFailUnsupportedAttribute() - Method in class org.identityconnectors.contract.test.UpdateApiOpTests
Tests update method with invalid Attribute, RuntimeException is expected connector developers can set the value of unsupported attribute using test property: testsuite.Create.unsupportedAttributeName
testUpdateToNull() - Method in class org.identityconnectors.contract.test.UpdateApiOpTests
The test verifies that connector doesn't throw NullPointerException or some other unexpected behavior when passed null as attribute value.
testUpdateToSameAttributes() - Method in class org.identityconnectors.contract.test.UpdateApiOpTests
Tests create of two different objects and then update one to the same attributes as the second.
testValidateFail() - Method in class org.identityconnectors.contract.test.ValidateApiOpTests
Tests validate() with configuration that should NOT be correct.

U

UpdateApiOpTests - Class in org.identityconnectors.contract.test
Contract test of UpdateApiOp
UpdateApiOpTests(ObjectClass) - Constructor for class org.identityconnectors.contract.test.UpdateApiOpTests
 

V

ValidateApiOpTests - Class in org.identityconnectors.contract.test
Contract test of ValidateApiOp operation.
ValidateApiOpTests() - Constructor for class org.identityconnectors.contract.test.ValidateApiOpTests
 
value - Variable in class org.identityconnectors.contract.data.groovy.Lazy
 

W

wrap(Throwable) - Static method in exception org.identityconnectors.contract.exceptions.ContractException
If Exception parameter passed in is a RuntimeException it is simply returned.

_

_connFacade - Variable in class org.identityconnectors.contract.test.ContractTestBase
 

A C D G I L M O P R S T U V W _

Copyright © 2012. All Rights Reserved.