public class DummyConfiguration
extends org.identityconnectors.framework.spi.AbstractConfiguration
AbstractConfiguration
class to provide all the necessary
parameters to initialize the Test Connector.Modifier and Type | Field and Description |
---|---|
static String |
UID_MODE_NAME |
static String |
UID_MODE_UUID |
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.
|
String |
getUidMode() |
org.identityconnectors.common.security.GuardedString |
getUselessGuardedString()
Useless GuardedString-value configuration variable.
|
String |
getUselessString()
Useless string-value configuration variable.
|
boolean |
isEnforceUniqueName() |
void |
setCaseIgnoreId(boolean caseIgnoreId) |
void |
setEnforceUniqueName(boolean enforceUniqueName) |
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 |
setUidMode(String uidMode) |
void |
setUselessGuardedString(org.identityconnectors.common.security.GuardedString uselessGuardedString) |
void |
setUselessString(String uselessString) |
void |
validate() |
public static String UID_MODE_NAME
public static String UID_MODE_UUID
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 String getUidMode()
public void setUidMode(String uidMode)
public boolean isEnforceUniqueName()
public void setEnforceUniqueName(boolean enforceUniqueName)
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 © 2014 evolveum. All rights reserved.