com.waveset.object
Class IDMXUser

java.lang.Object
  extended bycom.waveset.object.PersistentObject
      extended bycom.waveset.object.CompositeObject
          extended bycom.waveset.object.IDMXUser
All Implemented Interfaces:
java.lang.Comparable, javax.naming.Referenceable, XmlObject

public class IDMXUser
extends CompositeObject


Nested Class Summary
 
Nested classes inherited from class com.waveset.object.PersistentObject
PersistentObject.Comparator, PersistentObject.InitialInstance
 
Field Summary
static java.lang.String ATT_POLICY
          A GenericObject that stores various settings related to policy
static java.lang.String ATT_POLICY_AUTH_QUESTIONS
           
static java.lang.String ATT_POLICY_FAILED_PASSWORD_LOGINS
           
static java.lang.String ATT_POLICY_FAILED_QUESTION_LOGINS
           
 
Fields inherited from class com.waveset.object.CompositeObject
EL_ASSIGNMENTS, EL_LINKS, TYPE_ACCOUNT
 
Fields inherited from class com.waveset.object.PersistentObject
_trace, code_id, trace
 
Constructor Summary
IDMXUser()
           
IDMXUser(org.w3c.dom.Element e)
           
 
Method Summary
 java.util.List getAnswers()
           
 int getFailedPasswordLoginAttemptsCount()
           
 int getFailedQuestionLoginAttemptsCount()
           
 Type getType()
          Return the type of this object.
 void setAnswers(java.util.List answers)
           
 void setFailedPasswordLoginAttemptsCount(int failedPasswordLoginAttemptsCount)
           
 void setFailedQuestionLoginAttemptsCount(int failedQuestionLoginAttemptsCount)
           
 
Methods inherited from class com.waveset.object.CompositeObject
addAssignment, addAssignment, addLink, addSubclassAttributes, addSubclassElements, get, getAssignmentRefs, getAssignments, getAttributes, getFlatResources, getLink, getLink, getLinks, getObjectType, parseSubclassAttributes, parseSubclassElements, put, remove, removeLink, setAssignmentRefs, setAttributes, setLinks, setObjectType
 
Methods inherited from class com.waveset.object.PersistentObject
addCommonElements, addEndTag, addMemberObjectGroup, addMemberObjectGroup, addPersistentAttributes, addStartTag, addSummaryAttributes, addXmlHeader, attributesMatch, attributesMatch, attributesMatch, checkReference, checkReferences, clearId, cloneAs, cloneObject, compareTo, create, create, create, create, createLastModItem, createLastModItem, createLastModItemList, directObjectGroupMember, dump, dumpFile, equals, fakeId, getAttribute, getAttributeValues, getAttributeValues, getAuthReferences, getAuthType, getBasicAttributes, getBasicAttributes, getBasicAttributes, getCache, getCounterValue, getCreateDate, getCreator, getDisplayableName, getDisplayName, getElementName, getEncryptedValues, getId, getIdOrName, getInitialInstances, getLastMod, getLastModDate, getLastModifier, getLastModItemId, getLockInfo, getMemberObjectGroupRefs, getMemberObjectGroupRefsUpTo, getMemberObjectGroups, getName, getNameOrId, getProperties, getProperty, getPropertyAsString, getPropertyList, getQueryableAttributes, getReference, getReferences, getRuleDrivenMemberObjectGroupRefs, getRuleDrivenMemberObjectGroupRefsUpTo, getRuleDrivenMemberObjectGroups, getSubtype, getSummaryAttributes, getSummaryString, hasEncryptedData, hashCode, identityEquals, isAlias, isHidden, isId, isProtected, isProtectedFromDelete, isReferencedIn, listOperationalAttributes, listQueryableAttributes, listQueryableReferenceAttributes, listSummaryAttributes, objectGroupMember, objectGroupMemberRef, parseCommonElement, parseCommonElements, parsePersistentAttributes, parseXml, parseXml, prepareForSerialization, prepareToSerialize, println, reEncrypt, reEncryptSubclassAttributes, removeMemberObjectGroup, removeProperty, resolve, resolve, resolve, resolveArray, resolveArrayByFetching, resolveObjectReference, resolveObjectReferences, resolveReference, resolveSummaryAttributes, resolveSummaryAttributes, ruleDrivenObjectGroupMemberRef, setAuthType, setAuthType, setCache, setCreateDate, setCreator, setDisplayName, setDisplayName, setHidden, setIsAlias, setLastMod, setLastMod, setLastModDate, setLastModifier, setMemberObjectGroupRef, setMemberObjectGroupRefs, setMemberObjectGroups, setName, setProperties, setProperty, setPropertyList, setProtected, setProtectedFromDelete, setRuleDrivenMembersCache, setSubtype, setTrace, toString, toXml, toXml, toXml, toXmlFile, visit
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

ATT_POLICY

public static final java.lang.String ATT_POLICY
A GenericObject that stores various settings related to policy

See Also:
Constant Field Values

ATT_POLICY_FAILED_PASSWORD_LOGINS

public static final java.lang.String ATT_POLICY_FAILED_PASSWORD_LOGINS
See Also:
Constant Field Values

ATT_POLICY_FAILED_QUESTION_LOGINS

public static final java.lang.String ATT_POLICY_FAILED_QUESTION_LOGINS
See Also:
Constant Field Values

ATT_POLICY_AUTH_QUESTIONS

public static final java.lang.String ATT_POLICY_AUTH_QUESTIONS
See Also:
Constant Field Values
Constructor Detail

IDMXUser

public IDMXUser()

IDMXUser

public IDMXUser(org.w3c.dom.Element e)
         throws WavesetException
Method Detail

getType

public Type getType()
Description copied from class: PersistentObject
Return the type of this object. This must be implemented by each subclass.

Specified by:
getType in class PersistentObject

getAnswers

public java.util.List getAnswers()

setAnswers

public void setAnswers(java.util.List answers)

getFailedPasswordLoginAttemptsCount

public int getFailedPasswordLoginAttemptsCount()

setFailedPasswordLoginAttemptsCount

public void setFailedPasswordLoginAttemptsCount(int failedPasswordLoginAttemptsCount)

getFailedQuestionLoginAttemptsCount

public int getFailedQuestionLoginAttemptsCount()

setFailedQuestionLoginAttemptsCount

public void setFailedQuestionLoginAttemptsCount(int failedQuestionLoginAttemptsCount)