public class DummyAccount extends DummyObject
| Modifier and Type | Field and Description |
|---|---|
static String |
ATTR_DESCRIPTION_NAME |
static String |
ATTR_FULLNAME_NAME |
static String |
ATTR_INTERESTS_NAME |
static String |
ATTR_INTERNAL_ID |
static String |
ATTR_PRIVILEGES_NAME |
resourceINDENT_STRING| Constructor and Description |
|---|
DummyAccount() |
DummyAccount(String username) |
| Modifier and Type | Method and Description |
|---|---|
String |
debugDump()
Show the content of the object intended for diagnostics by system administrator.
|
protected void |
extendDebugDump(StringBuilder sb,
int indent) |
protected DummyObjectClass |
getObjectClass() |
protected DummyObjectClass |
getObjectClassNoExceptions() |
String |
getPassword() |
String |
getShortTypeName() |
Boolean |
isLockout() |
void |
setLockout(boolean lockout) |
void |
setPassword(String password) |
String |
toStringContent() |
addAttributeValue, addAttributeValues, addAttributeValues, addAuxiliaryObjectClassName, addAuxiliaryObjectClassNames, checkModifyBreak, checkSchema, debugDump, deleteAuxiliaryObjectClassNames, getAttributeDefinition, getAttributeNames, getAttributeValue, getAttributeValue, getAttributeValues, getAuxiliaryObjectClassNames, getId, getModifyBreakMode, getName, getResource, getValidFrom, getValidTo, isEnabled, isReturnedByDefault, removeAttributeValue, removeAttributeValues, replaceAttributeValue, replaceAttributeValues, replaceAttributeValues, replaceAuxiliaryObjectClassNames, setEnabled, setId, setModifyBreakMode, setName, setResource, setValidFrom, setValidTo, toStringpublic static final String ATTR_FULLNAME_NAME
public static final String ATTR_DESCRIPTION_NAME
public static final String ATTR_INTERESTS_NAME
public static final String ATTR_PRIVILEGES_NAME
public static final String ATTR_INTERNAL_ID
public DummyAccount()
public DummyAccount(String username)
public String getPassword()
public void setPassword(String password) throws ConnectException, FileNotFoundException, SchemaViolationException
public Boolean isLockout()
public void setLockout(boolean lockout)
throws ConnectException,
FileNotFoundException,
SchemaViolationException
protected DummyObjectClass getObjectClass() throws ConnectException, FileNotFoundException, SchemaViolationException
getObjectClass in class DummyObjectConnectExceptionFileNotFoundExceptionSchemaViolationExceptionprotected DummyObjectClass getObjectClassNoExceptions()
getObjectClassNoExceptions in class DummyObjectpublic String getShortTypeName()
getShortTypeName in class DummyObjectpublic String toStringContent()
toStringContent in class DummyObjectpublic String debugDump()
DebugDumpabledebugDump in interface DebugDumpabledebugDump in class DummyObjectprotected void extendDebugDump(StringBuilder sb, int indent)
extendDebugDump in class DummyObjectCopyright © 2016 evolveum. All rights reserved.