Serialized Form
Package com.nitido.directory |
_rootCause
java.lang.Throwable _rootCause
_errorCode
int _errorCode
dn
java.lang.String dn
attributes
OpenHash attributes
keys
java.util.Hashtable<K,V> keys
_rootCause
java.lang.Throwable _rootCause
_rootCause
java.lang.Throwable _rootCause
_properties
java.util.Map<K,V> _properties
- Brand properties for this brand.
The mapping is PropertyKey -> PropertyValue
_availLocales
java.util.Map<K,V> _availLocales
- Locales supported by this brand.
The mapping is LocaleCode -> display name
The LocaleCode should be ISO639 format.
However, most of our applications have been tested with the
ISO 639-1 (2 character) format only.
_defaultLocale
java.lang.String _defaultLocale
- The default locale to be used for this brand. This is usually
determined by the BrandService when constructing this Brand object.
This default brand may not be really specified by the corresponding
Brand entry in the backend. Instead, it is usually specified by the
Domain that the user was requesting, or simply the system default.
_brandID
java.lang.String _brandID
- The ID of this brand.
_domainID
java.lang.String _domainID
- The ID of the requesting domain.
_apps
java.util.List<E> _apps
- A list of applications configured for this brand for this person.
_isSystemDefault
boolean _isSystemDefault
- Boolean flag to indicate whether this object is a system default brand.
_userLocale
java.lang.String _userLocale
- The user's current locale. This is specified by the brand service
when instantiating this object.
_idGroup
java.lang.String _idGroup
- Reference to the entity type associated to this credential.
_entityId
java.lang.String _entityId
- Reference to the entity id associated to this credential.
_tokens
java.util.Hashtable<K,V> _tokens
- Hashtable of authentication tokens for this credential.
_authenticated
boolean _authenticated
- Boolean flag to indicate if the credential has been authenticated.
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- This method is called by the JVM when the object is being
deserialized. The method is overridden so that DataControl and
Nugget members of this object can be activated after the
deserialization is complete. Since this method must be
declared private, the activation calls are done in a separate
method, activate(), that can be called by subclasses of this
object.
- Throws:
java.io.IOException
- If unable to deserialize the object from the given input
stream.
java.lang.ClassNotFoundException
- If unable to instantiate the serialized entity back to an
Entity object.
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- This method is called by the JVM when this object is being
serialized. The method is overridden so that the DataControl
and Nugget members of this object can be deactivated. Since
this method must be declared private, the deactivation calls
are done in a separate method. The deactivate() method is
protected and thus can be called by subclasses.
- Throws:
java.io.IOException
- If unable to serialize the object to the given output
stream.
_identifyingCred
Credential _identifyingCred
- Reference to the identifying credential of the entity.
_datacontrol
DataControl _datacontrol
- Reference to the entities data control object.
_nuggets
java.util.HashMap<K,V> _nuggets
- Reference to the list of nuggets currently attached to this
entity.
_released
boolean _released
_credential
Credential _credential
- Reference to the identifying credential of the entity.
_params
java.util.HashMap<K,V> _params
- Hashtable with the entity profile information
_errorCode
int _errorCode
- The error code of the exception. By default, it is -1.
_errorCode
int _errorCode
- The error code of the exception. By default, it is 1.
_nuggetName
java.lang.String _nuggetName
- The name associated with the Nugget.
_entity
Entity _entity
- The entity this nugget is associated to.
_settings
java.util.Hashtable<K,V> _settings
- The settings used to initialize this nugget.
Package com.nitido.nimbox.http |
_nimlets
java.util.HashMap<K,V> _nimlets
- Cache for all Nimlets configured to be loaded by this driver.
_dispatchers
java.util.HashMap<K,V> _dispatchers
- Cache for all skin dispatchers used by this driver.
_parsers
java.util.HashMap<K,V> _parsers
- Cache for all request parsers
_nim
NiM _nim
- Reference to the NiM instance
_logger
Logger _logger
- Reference to the logger for this class
_initAllNimlets
boolean _initAllNimlets
- Boolean flag to indicate if this driver will instantiate and initialize
all nimlets at the beginning. The default is false.
_entity
ContainerEntity _entity
- The entity object that represents this container.
_defErrorSkin
Skin _defErrorSkin
- Reference to the default error skin
_hasRootCause
boolean _hasRootCause
_dir
java.lang.String _dir
- The directory where the file is stored
_fileName
java.lang.String _fileName
- The name under which the file is stored in the given directory
_originalName
java.lang.String _originalName
- The original name of the file as retrieved from the imput
stream of the request.
_contentType
java.lang.String _contentType
- The mime type of the uploaded file.
_size
long _size
- The size of the uploaded file.
Package com.nitido.nimbox.http.enhanced |
_markup
java.lang.String _markup
_markupVersion
java.lang.String _markupVersion
_screenWidth
int _screenWidth
_screenHeight
int _screenHeight
_maxImageWidth
int _maxImageWidth
_maxImageHeight
int _maxImageHeight
_screenColumns
int _screenColumns
_screenRows
int _screenRows
_maxDeckSize
int _maxDeckSize
_maxObjectSize
int _maxObjectSize
_maxUrlLengthInRequest
int _maxUrlLengthInRequest
_maxUrlLengthCachedPage
int _maxUrlLengthCachedPage
Package com.nitido.nimbox.http.services.ad |
_src
java.lang.String _src
- Reference to the source skin where the AD was displayed.
_dest
java.lang.String _dest
- The URL where the AD is pointing too.
_msg
java.lang.String _msg
- The msg that is displayed when this event is recorded.
_msg
java.lang.String _msg
_skinID
java.lang.String _skinID
_skinLocation
java.lang.String _skinLocation
_id
java.lang.String _id
- The AD id
_linkURL
java.lang.String _linkURL
- the URL for the Ad
_content
java.lang.String _content
- the AD content
_description
java.lang.String _description
_skinID
java.lang.String _skinID
- reference to the skin ID associated to this map
_ads
java.util.HashMap<K,V> _ads
- contains the set of Ads for a given skin.
_entity
Entity _entity
- Reference to the Entity object making the request
_displayTrackingEnabled
boolean _displayTrackingEnabled
- If set, AD display tracking is enabled
Package com.nitido.nimbox.http.services.tracking |
_id
java.lang.String _id
- The event tracking id.
Package com.nitido.nimx.nuggets.extmail |
Package com.nitido.nimx.nuggets.extmail.real |
Package com.nitido.nimx.nuggets.helpdesk |
Package com.nitido.nimx.nuggets.helpdesk.dirpool |
_userDN
java.lang.String _userDN
_readPoolName
java.lang.String _readPoolName
_writePoolName
java.lang.String _writePoolName
_adminBaseDN
java.lang.String _adminBaseDN
_userBaseDN
java.lang.String _userBaseDN
Package com.nitido.nimx.nuggets.helpdesk.real |
_logger
Logger _logger
Package com.nitido.nimx.nuggets.iplanetset |
Package com.nitido.nimx.nuggets.iplanetset.dirpool |
Package com.nitido.nimx.nuggets.iplanetset.real |
Package com.nitido.nimx.nuggets.iplanetset.stub |
_vacMsgSubject
java.lang.String _vacMsgSubject
_vacMsgInternal
java.lang.String _vacMsgInternal
_vacMsgExternal
java.lang.String _vacMsgExternal
_vacMsgRepeatDays
int _vacMsgRepeatDays
_vacMsgEnabled
boolean _vacMsgEnabled
_vacMsgStartDate
java.lang.String _vacMsgStartDate
_vacMsgEndDate
java.lang.String _vacMsgEndDate
_filters
java.util.Vector<E> _filters
_signature
java.lang.String _signature
_signatureEnabled
boolean _signatureEnabled
_vcard
java.lang.String _vcard
_vcardEnabled
boolean _vcardEnabled
_copyForwardEnabled
boolean _copyForwardEnabled
_copyForward
java.lang.String[] _copyForward
_commonName
java.lang.String _commonName
_replyTo
java.lang.String _replyTo
_copySend
boolean _copySend
_replyInclude
boolean _replyInclude
_composeWidth
int _composeWidth
_paginationSize
int _paginationSize
_composeTextSize
int _composeTextSize
_notificationEmailAddress
java.lang.String _notificationEmailAddress
_notificationFrom
java.lang.String[] _notificationFrom
_notificationOption
java.lang.String _notificationOption
_notificationUrgentOption
boolean _notificationUrgentOption
_notificationListOption
boolean _notificationListOption
_notificationPhoneFrom
java.lang.String[] _notificationPhoneFrom
_notificationPhoneNumber
java.lang.String _notificationPhoneNumber
_notificationPhoneOption
java.lang.String _notificationPhoneOption
_notificationPhoneUrgentOption
boolean _notificationPhoneUrgentOption
_notificationPhoneListOption
boolean _notificationPhoneListOption
_extendedPrefs
java.util.Hashtable<K,V> _extendedPrefs
_extMailSettings
java.util.Vector<E> _extMailSettings
_transactionLevel
int _transactionLevel
Package com.nitido.nimx.nuggets.iplanetset.userspace |
Package com.nitido.nimx.nuggets.javamail |
_rootCause
java.lang.Throwable _rootCause
spaceUsed
long spaceUsed
- The amount of space used from the mail box.
spaceQuota
long spaceQuota
- The usage quota of the mail box.
msgUsed
long msgUsed
- The number of messages stored in the mailbox currently.
msgQuota
long msgQuota
- The maximum number of message allowed in the mailbox.
Package com.nitido.nimx.nuggets.javamail.real |
_checkUIDValidity
boolean _checkUIDValidity
Package com.nitido.nimx.nuggets.javamail.valet |
_ticketKey
java.lang.String _ticketKey
_expireTime
long _expireTime
_imapUser
java.lang.String _imapUser
_imapPwd
java.lang.String _imapPwd
_imapHost
java.lang.String _imapHost
_jmProp
java.util.Properties _jmProp
_isDebug
boolean _isDebug
_checkUIDValidity
boolean _checkUIDValidity
Package com.nitido.nimx.nuggets.pab |
_uniqueNames
java.lang.String[] _uniqueNames
_errorCodes
int[] _errorCodes
_hasBadEntries
boolean _hasBadEntries
_numberOfBadEntries
int _numberOfBadEntries
_numberOfGoodEntries
int _numberOfGoodEntries
_hash
OpenHashMap<K,V> _hash
_rootCause
java.lang.Throwable _rootCause
Package com.nitido.nimx.nuggets.pab.real |
_ocPABPerson
java.lang.String _ocPABPerson
- The object class of the PAB person
_ocPABGroup
java.lang.String _ocPABGroup
- The object class of the PAB group
_readPoolName
java.lang.String _readPoolName
- The read pool name.
_writePoolName
java.lang.String _writePoolName
- The write pool name.
_addrBookUN
java.lang.String _addrBookUN
- The UN of the address book. (All of its member should have
memberOfPAB attribute pointing to this UN.)
_base
java.lang.String _base
- The parent base of all user PAB subtree.
(e.g. ou=People, o=nitido.com, o=isp, o=pab)
_dmUid
java.lang.String _dmUid
- The DirectoryManager user id. (i.e. the DN).
_dmPwd
java.lang.String _dmPwd
- The DirectoryManager password.
_pabBase
java.lang.String _pabBase
- The user's PAB subtree.
In other words, it is the base of all PAB entries of the user.
(e.g. ou=MyUserId, ou=People, o=nitido.com, o=isp, o=pab)
_userid
java.lang.String _userid
- The user's own ID.
Package com.nitido.nimx.nuggets.pab.stub |
_entries
java.util.Hashtable<K,V> _entries
Package com.nitido.nimx.nuggets.wcap |
_uid
java.lang.String _uid
_rid
java.lang.String _rid
_title
java.lang.String _title
_desc
java.lang.String _desc
_location
java.lang.String _location
_status
CompStatus _status
_rdates
java.util.Vector<E> _rdates
_rrules
java.util.Vector<E> _rrules
_exdates
java.util.Vector<E> _exdates
_exrules
java.util.Vector<E> _exrules
_alarm
Alarm _alarm
_priority
int _priority
_sequence
int _sequence
_created
java.util.Date _created
_lastMod
java.util.Date _lastMod
_timeZoneId
java.lang.String _timeZoneId
_attendees
java.util.Vector<E> _attendees
_isAllDay
boolean _isAllDay
_start
java.util.Date _start
_end
java.util.Date _end
_duration
Duration _duration
_percent
int _percent
_removeCompleted
boolean _removeCompleted
_completed
java.util.Date _completed
_isAllDay
boolean _isAllDay
_start
java.util.Date _start
_due
java.util.Date _due
_duration
Duration _duration
_errorCode
int _errorCode
Package com.nitido.nimx.services.brand |
Package com.nitido.nimx.services.datacontrol.cachedmap |
_userDN
java.lang.String _userDN
- The entity's DN.
_isBindAsUser
boolean _isBindAsUser
_bindDN
java.lang.String _bindDN
_bindPwd
java.lang.String _bindPwd
_enablePrefetch
boolean _enablePrefetch
_checkCredWhenBind
boolean _checkCredWhenBind
- A boolean flag that indicates whether to check the credential validity
when binding.
This is usually set to false as the credential validity should have
already been validated by the authentication service. This is
only required to set to true when the authentication service and
data control service access different backend data stores.
_credSpace
OpenSerializableHash _credSpace
- Memory hash for credential space entries
_userSpace
OpenSerializableHash _userSpace
- Memory hash for the user space entries that are not stored in
the directory.
Package com.nitido.nimx.services.datacontrol.profilemap |
_host
java.lang.String _host
- The directory host name
_port
int _port
- The directory port number
_uid
java.lang.String _uid
- The entity's id.
_userDN
java.lang.String _userDN
- The entity's DN
_userPwd
java.lang.String _userPwd
- The entity's password
_bindDN
java.lang.String _bindDN
_bindPwd
java.lang.String _bindPwd
_credSpace
OpenSerializableHash _credSpace
- Memory hash for credential space entries
_userSpace
OpenSerializableHash _userSpace
- Memory hash for the user space entries that are not stored in
the directory.
Package com.nitido.nimx.services.datacontrol.sim |
_credSpace
OpenSerializableHash _credSpace
_userSpace
OpenSerializableHash _userSpace
Package com.nitido.nimx.services.simbackend |
_bindedCredSpace
OpenSerializableHash _bindedCredSpace
- Memory hash for credential space entries
_userSpace
OpenSerializableHash _userSpace
- Memory hash for the user space entries that are not stored in
the directory.
_bindedCred
Credential _bindedCred
- The credential that was used in the last successful "bind".
Package com.nitido.nimx.services.valet |
_nodeToIdMap
java.util.HashMap<K,V> _nodeToIdMap
_userid
java.lang.String _userid
Package com.nitido.qabase |
hash
OpenHash hash
hashtable
java.util.Hashtable<K,V> hashtable
_hashMap
java.util.HashMap<K,V> _hashMap
pairs
OpenHash pairs
hash
OpenHash hash
pairs
java.util.Hashtable<K,V> pairs
list
java.util.Vector<E> list
These JavaDoc pages are generated for release/nim_2_5-2.5.44 Copyright © 1999-2009 Nitido Inc. Proprietary and Confidential. All Rights Reserved.