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_PRIVILEGES_NAME |
resource
INDENT_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() |
String |
getPassword() |
String |
getShortTypeName() |
void |
setPassword(String password) |
String |
toStringContent() |
addAttributeValue, addAttributeValues, addAttributeValues, checkSchema, debugDump, dump, getAttributeNames, getAttributeValue, getAttributeValue, getAttributeValues, getName, getResource, getValidFrom, getValidTo, isEnabled, removeAttributeValue, removeAttributeValues, replaceAttributeValue, replaceAttributeValues, replaceAttributeValues, setEnabled, setName, setResource, setValidFrom, setValidTo, toString
public 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 DummyAccount()
public DummyAccount(String username)
public String getPassword()
public void setPassword(String password)
protected DummyObjectClass getObjectClass() throws ConnectException, FileNotFoundException
getObjectClass
in class DummyObject
ConnectException
FileNotFoundException
public String getShortTypeName()
getShortTypeName
in class DummyObject
public String toStringContent()
toStringContent
in class DummyObject
public String debugDump()
DebugDumpable
debugDump
in interface DebugDumpable
debugDump
in class DummyObject
protected void extendDebugDump(StringBuilder sb, int indent)
extendDebugDump
in class DummyObject
Copyright © 2013 evolveum. All rights reserved.