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 |
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() |
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, 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 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 DummyObject
ConnectException
FileNotFoundException
SchemaViolationException
protected DummyObjectClass getObjectClassNoExceptions()
getObjectClassNoExceptions
in class DummyObject
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 © 2016 evolveum. All rights reserved.