public class AuthenticationApiOpTests extends ObjectClassRunner
AuthenticationApiOp_connFacade| Constructor and Description |
|---|
AuthenticationApiOpTests(ObjectClass oclass) |
| Modifier and Type | Method and Description |
|---|---|
Set<Class<? extends APIOperation>> |
getAPIOperations()
Ask the subclasses for the
APIOperation. |
String |
getTestName()
Gets Test name
|
void |
testOpEnable()
Tests that disabled user cannot authenticate.
|
void |
testOpPasswordExpirationDate()
Tests that PasswordExpiredException is thrown in case PasswordExpirationDate is set to today.
|
void |
testOpPasswordExpired()
Tests that PasswordExpiredException is thrown in case PasswordExpired is updated to true.
|
void |
testPasswordBeforePasswordExpired()
Tests that connector respects order of PASSWORD and PASSWORD_EXPIRED
attributes during update.
|
void |
testRun()
This method will be called configured number of times
|
data, dispose, getObjectClass, getObjectClassInfo, getOperationOptionsByOp, getSchema, getSupportedObjectClass, init, isObjectClassSupported, testContractgetConnectorFacade, getDataProviderpublic AuthenticationApiOpTests(ObjectClass oclass)
public Set<Class<? extends APIOperation>> getAPIOperations()
APIOperation.
Method returns set of required API operations that are prerequisites for
running certain contract test.getAPIOperations in class ContractTestBasepublic void testRun()
testRun in class ObjectClassRunnerpublic void testOpEnable()
public void testOpPasswordExpirationDate()
public void testOpPasswordExpired()
public void testPasswordBeforePasswordExpired()
public String getTestName()
getTestName in class ObjectClassRunnerCopyright © 2013. All Rights Reserved.