Class Index | File Index

Classes


Class IdentityImpl

Internal Identity implementation.
Defined in: identityImpl.js.

Class Summary
Constructor Attributes Constructor Name and Description
<private>  
IdentityImpl(properties)
Constructs an instance of the IdentityImpl class.
Field Summary
Field Attributes Field Name and Description
<private> <static>  
IdentityImpl.saveBatch
Saves a batch of identities.
Method Summary
Method Attributes Method Name and Description
<private>  
attachAccounts(acctArr)
Attaches accounts to an identity.
<private> <static>  
IdentityImpl.genUUID()
UUID Generator
<private>  
postFind(dobj)
Retrieves the extensible attributes asscoiated to the dataobject and add as a property to the Identity JS object.
<private>  
postSave(dobj)
Retrieves the identity guid from the object that was saved and adds to the identity JS object and also returns the guid
<private>  
preSave(dobj)
Attaches the extensible attributes, if any to the identity object that's passed in.
Class Detail
<private> IdentityImpl(properties)
Constructs an instance of the IdentityImpl class.
Parameters:
{Hash} properties
Intial properties to define identity
Field Detail
<private> <static> IdentityImpl.saveBatch
Saves a batch of identities.
Method Detail
<private> attachAccounts(acctArr)
Attaches accounts to an identity.
Parameters:
{Object} acctArr

<private> <static> {String} IdentityImpl.genUUID()
UUID Generator
Returns:
{String} guid A new guid

<private> postFind(dobj)
Retrieves the extensible attributes asscoiated to the dataobject and add as a property to the Identity JS object.
Parameters:
{Object} dobj
Java Identity DataObject

<private> {String} postSave(dobj)
Retrieves the identity guid from the object that was saved and adds to the identity JS object and also returns the guid
Parameters:
{Object} dobj
Java Identity DataObject
Returns:
{String} guid identity guid associated with the object

<private> preSave(dobj)
Attaches the extensible attributes, if any to the identity object that's passed in.
Parameters:
{Object} dobj
Java Identity DataObject

©2008
Documentation generated by JsDoc Toolkit 2.0.2 on Thu Oct 07 2010 07:23:17 GMT-0400 (EDT)