public class DummyConfiguration
extends org.identityconnectors.framework.spi.AbstractConfiguration
AbstractConfiguration
class to provide all the necessary
parameters to initialize the Test Connector.Constructor and Description |
---|
DummyConfiguration() |
Modifier and Type | Method and Description |
---|---|
boolean |
getCaseIgnoreId()
If set to true then the identifiers will be considered case-insensitive
|
String |
getInstanceId()
Defines name of the dummy resource instance.
|
boolean |
getReadablePassword()
If set to true then the password can be read from the resource.
|
boolean |
getRequireExplicitEnable()
If set to true then explicit value for ENABLE attribute must be provided to create an account.
|
boolean |
getSupportActivation()
If set to true the connector will expose activation special attribute (ENABLED).
|
boolean |
getSupportSchema()
If set to false the connector will return UnsupportedOperationException when trying to
get the schema.
|
boolean |
getSupportValidity()
If set to true the connector will expose the validity ICF special attributes.
|
org.identityconnectors.common.security.GuardedString |
getUselessGuardedString()
Useless GuardedString-value configuration variable.
|
String |
getUselessString()
Useless string-value configuration variable.
|
void |
setCaseIgnoreId(boolean caseIgnoreId) |
void |
setInstanceId(String config) |
void |
setReadablePassword(boolean readablePassword) |
void |
setRequireExplicitEnable(boolean requireExplicitEnable) |
void |
setSupportActivation(boolean supportActivation) |
void |
setSupportSchema(boolean supportSchema) |
void |
setSupportValidity(boolean supportValidity) |
void |
setUselessGuardedString(org.identityconnectors.common.security.GuardedString uselessGuardedString) |
void |
setUselessString(String uselessString) |
void |
validate() |
public String getInstanceId()
public void setInstanceId(String config)
public boolean getSupportSchema()
public void setSupportSchema(boolean supportSchema)
public boolean getSupportActivation()
public void setSupportActivation(boolean supportActivation)
public boolean getSupportValidity()
public void setSupportValidity(boolean supportValidity)
public boolean getReadablePassword()
public void setReadablePassword(boolean readablePassword)
public boolean getRequireExplicitEnable()
public void setRequireExplicitEnable(boolean requireExplicitEnable)
public boolean getCaseIgnoreId()
public void setCaseIgnoreId(boolean caseIgnoreId)
public String getUselessString()
public void setUselessString(String uselessString)
public org.identityconnectors.common.security.GuardedString getUselessGuardedString()
public void setUselessGuardedString(org.identityconnectors.common.security.GuardedString uselessGuardedString)
public void validate()
validate
in interface org.identityconnectors.framework.spi.Configuration
validate
in class org.identityconnectors.framework.spi.AbstractConfiguration
Copyright © 2013 evolveum. All rights reserved.