|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.identityconnectors.framework.spi.AbstractConfiguration
com.evolveum.icf.dummy.connector.DummyConfiguration
public class DummyConfiguration
Extends the AbstractConfiguration
class to provide all the necessary
parameters to initialize the Test Connector.
Constructor Summary | |
---|---|
DummyConfiguration()
|
Method Summary | |
---|---|
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 |
getSupportSchema()
If set to false the connector will return UnsupportedOperationException when trying to get the schema. |
org.identityconnectors.common.security.GuardedString |
getUselessGuardedString()
Useless GuardedString-value configuration variable. |
String |
getUselessString()
Useless string-value configuration variable. |
void |
setInstanceId(String config)
|
void |
setReadablePassword(boolean readablePassword)
|
void |
setRequireExplicitEnable(boolean requireExplicitEnable)
|
void |
setSupportSchema(boolean supportSchema)
|
void |
setUselessGuardedString(org.identityconnectors.common.security.GuardedString uselessGuardedString)
|
void |
setUselessString(String uselessString)
|
void |
validate()
|
Methods inherited from class org.identityconnectors.framework.spi.AbstractConfiguration |
---|
getConnectorMessages, setConnectorMessages |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DummyConfiguration()
Method Detail |
---|
public String getInstanceId()
public void setInstanceId(String config)
public boolean getSupportSchema()
public void setSupportSchema(boolean supportSchema)
public boolean getReadablePassword()
public void setReadablePassword(boolean readablePassword)
public boolean getRequireExplicitEnable()
public void setRequireExplicitEnable(boolean requireExplicitEnable)
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |