Nitido Inc.
A B C D E F G H I J K L M N O P R S T U V W X Y Z _

M

MAIL_ALT_ADDRESSES - Static variable in class com.nitido.nimx.nuggets.pab.PABPerson
MailAltAddress is mapped to LDAP attribute "mailalternateaddress".
MAILS - Static variable in class com.nitido.nimx.nuggets.pab.PABPerson
Mail is mapped to LDAP attribute "mail".
MAILTO - Static variable in class com.nitido.nimx.nuggets.wcap.Attendee
 
MAILTO_LEN - Static variable in class com.nitido.nimx.nuggets.wcap.Attendee
 
main(String[]) - Static method in class com.nitido.qabase.BaseTestDriver
main first intializes the test environment by calling the setup method of the desired TestDriver.
main(String[]) - Static method in class com.nitido.util.OpenAttributeHash
This method is provided as a test harness for this class
MANAGERS - Static variable in class com.nitido.nimx.nuggets.pab.PABPerson
Manager is mapped to LDAP attribute "manager".
MARGE - Static variable in class com.nitido.nimx.nuggets.pab.stub.PABNuggetStub
 
markAsCompleted(Date) - Method in class com.nitido.nimx.nuggets.wcap.ToDo
Mark the todo as completed at the specify date.
markAsIncomplete() - Method in class com.nitido.nimx.nuggets.wcap.ToDo
Mark the todo as incompleted
MARKUP_IDENTIFIER - Static variable in class com.nitido.nimbox.http.enhanced.PathFormatter
Identifier for markup language (%m).
MARKUP_TYPE - Static variable in interface com.nitido.nimbox.http.enhanced.EnhancedDispatcherConstants
Mapping for "markup" value for "type" element of the rules xml file
MARKUP_VERSION_IDENTIFIER - Static variable in class com.nitido.nimbox.http.enhanced.PathFormatter
Identifier for skin name (%v).
MARKUP_VERSION_TYPE - Static variable in interface com.nitido.nimbox.http.enhanced.EnhancedDispatcherConstants
Mapping for "markup" value for "type" element of the rules xml file
MAX_POST_SIZE - Static variable in class com.nitido.nimbox.http.MultipartRequestParser
Key used to retrieve from the initialization settings the max post size allowed.
Member - Class in com.nitido.nim
Member data object for the notification service.
Member(String) - Constructor for class com.nitido.nim.Member
 
MessageNotInFolderException - Exception in com.nitido.nimx.nuggets.javamail
This exception is thrown when the caller attempt to perform an action, but the message is not stored in the specified folder.
MessageNotInFolderException() - Constructor for exception com.nitido.nimx.nuggets.javamail.MessageNotInFolderException
Default constructor.
MessageNotInFolderException(int, String) - Constructor for exception com.nitido.nimx.nuggets.javamail.MessageNotInFolderException
 
MessageNotInFolderException(int, String, Throwable) - Constructor for exception com.nitido.nimx.nuggets.javamail.MessageNotInFolderException
 
MessageNotInFolderException(String, Throwable) - Constructor for exception com.nitido.nimx.nuggets.javamail.MessageNotInFolderException
 
min - Variable in class com.nitido.nimx.nuggets.wcap.Duration
The number of minutes in the duration.
MINUTELY - Static variable in class com.nitido.nimx.nuggets.wcap.RecurFreq
Predefined value for recurring on minute base.
mobile - Variable in class com.nitido.nimx.nuggets.iplanetset.VCard
 
MOBILE_PHONES - Static variable in class com.nitido.nimx.nuggets.pab.PABPerson
Mobile is mapped to LDAP attribute "mobile".
Modifier - Class in com.nitido.nim
The Modifier class encapsulates a modification requests made to the data object inside a DataControl.
Modifier(int, String, Serializable[]) - Constructor for class com.nitido.nim.Modifier
Instantitates a new Modifier object.
Modifier(int, String, Serializable) - Constructor for class com.nitido.nim.Modifier
Instantitates a new Modifier object.
ModifierContainer - Class in com.nitido.nim
The ModifierContainer class encapsulates an ordered set of Modifier objects that specify a set of batch modifications to the credential space and user space of an Entity.
ModifierContainer() - Constructor for class com.nitido.nim.ModifierContainer
Default constructor constructs and empty container.
ModifierContainer(Modifier[]) - Constructor for class com.nitido.nim.ModifierContainer
Constructs a container that contains the Modifier objects passed in.
modifyAttributeValue(String, String, Serializable) - Method in interface com.nitido.directory.Directory
Modify Serializable attribute.
modifyAttributeValue(String, String, Serializable) - Method in class com.nitido.directory.jndi.DirectoryImpl
 
modifyAttributeValue(String, String, Serializable) - Method in class com.nitido.nimx.services.dirpool.mozilla.DirectoryImpl
 
modifyAttributeValues(String, String, Vector) - Method in interface com.nitido.directory.Directory
Modify attribute (for multi value attributes).
modifyAttributeValues(String, String, Vector) - Method in class com.nitido.directory.jndi.DirectoryImpl
 
modifyAttributeValues(String, String, Vector) - Method in class com.nitido.nimx.services.dirpool.mozilla.DirectoryImpl
 
modifyBackend(String, String, String, HashMap, HashMap) - Method in class com.nitido.nimx.services.datacontrol.cachedmap.DataControlServiceImpl
 
modifyCredentialSpace(ModifierContainer) - Method in class com.nitido.nim.ContainerEntity
This method always throw PermissionDeniedException because ContainerEntity has no access to credential space and user space.
modifyCredentialSpace(ModifierContainer) - Method in class com.nitido.nim.DataControl
This method is used to make batch modifications to the credential space of the entity.
modifyCredentialSpace(ModifierContainer) - Method in class com.nitido.nim.Entity
This method is used to make batch modifications to the credential space of the entity.
modifyCredentialSpaceImpl(ModifierContainer) - Method in class com.nitido.nim.DataControl
This method provides the actual implementation to the modifyCredentialSpace() method.
modifyCredentialSpaceImpl(ModifierContainer) - Method in class com.nitido.nimx.services.datacontrol.cachedmap.DataControlImpl
 
modifyCredentialSpaceImpl(ModifierContainer) - Method in class com.nitido.nimx.services.datacontrol.profilemap.DataControlImpl
 
modifyCredentialSpaceImpl(ModifierContainer) - Method in class com.nitido.nimx.services.datacontrol.sim.DataControlImpl
 
modifyCredentialSpaceImpl(ModifierContainer) - Method in class com.nitido.nimx.services.simbackend.DataControlImpl
 
modifyEntry(String, DirModifier[]) - Method in interface com.nitido.directory.Directory
Modify a specific entry with multiple changes to the attributes.
modifyEntry(String, DirModifier[]) - Method in class com.nitido.directory.jndi.DirectoryImpl
 
modifyEntry(PABEntry) - Method in class com.nitido.nimx.nuggets.pab.PABNugget
Replace an existing PAB entry with the new one.
modifyEntry(PABEntry) - Method in class com.nitido.nimx.nuggets.pab.real.PABNuggetImpl
 
modifyEntry(PABEntry) - Method in class com.nitido.nimx.nuggets.pab.stub.PABNuggetStub
 
modifyEntry(String, DirModifier[]) - Method in class com.nitido.nimx.services.dirpool.mozilla.DirectoryImpl
 
modifyHash(OpenSerializableHash, Modifier) - Static method in class com.nitido.nimx.services.datacontrol.cachedmap.DataControlImpl
This method is used to modify given hash according to the operation described in the given Modifier object..
modifyInMemoryData(ArrayList) - Method in class com.nitido.nimx.services.datacontrol.cachedmap.DataControlImpl
 
modifyUserProfile(Credential, Modifier) - Method in class com.nitido.nimx.services.simbackend.BackendStore
 
modifyUserSpace(ModifierContainer) - Method in class com.nitido.nim.ContainerEntity
This method always throw PermissionDeniedException because ContainerEntity has no access to credential space and user space.
modifyUserSpace(ModifierContainer) - Method in class com.nitido.nim.DataControl
This method makes batch modifications to user space of the entity.
modifyUserSpace(ModifierContainer) - Method in class com.nitido.nim.Entity
This method makes batch modifications to user space of the entity.
modifyUserSpaceImpl(ModifierContainer) - Method in class com.nitido.nim.DataControl
This method contains the actual implementation for the modifyUserSpace( container ) method.
modifyUserSpaceImpl(ModifierContainer) - Method in class com.nitido.nimx.services.datacontrol.cachedmap.DataControlImpl
 
modifyUserSpaceImpl(ModifierContainer) - Method in class com.nitido.nimx.services.datacontrol.profilemap.DataControlImpl
 
modifyUserSpaceImpl(ModifierContainer) - Method in class com.nitido.nimx.services.datacontrol.sim.DataControlImpl
 
modifyUserSpaceImpl(ModifierContainer) - Method in class com.nitido.nimx.services.simbackend.DataControlImpl
 
MON - Static variable in class com.nitido.nimx.nuggets.wcap.WeekDay
Monday
MONTHLY - Static variable in class com.nitido.nimx.nuggets.wcap.RecurFreq
Predefined value for recurring on month base.
MOVE_TO_FOLDER - Static variable in class com.nitido.nimx.nuggets.iplanetset.FilterAction
 
MSG_LICENSE_DATA_NOT_DEFINED - Static variable in interface com.nitido.nim.NiMKernelConstants
The error message when the environment variable for license data file is not defined.
MSG_LICENSE_DATA_NOT_FILE - Static variable in interface com.nitido.nim.NiMKernelConstants
The error message when the environment variable for license data file is pointing to a directory instead of a file.
MSG_LICENSE_DATA_NOT_FOUND - Static variable in interface com.nitido.nim.NiMKernelConstants
The error message when the environment variable for license data file has defined an invalid file.
MSG_LICENSE_DATA_NOT_READABLE - Static variable in interface com.nitido.nim.NiMKernelConstants
The error message when the environment variable for license data file has defined an file that the application cannot read.
MSG_NO_NIMLET - Static variable in interface com.nitido.nimbox.http.HttpNimletConstants
Error message to be displayed to the client when the nimlet name is not available on the HTTP request.
MSG_PUBLIC_KEY_NOT_DEFINED - Static variable in interface com.nitido.nim.NiMKernelConstants
The error message when the environment variable for license public key file is not defined.
MSG_PUBLIC_KEY_NOT_FILE - Static variable in interface com.nitido.nim.NiMKernelConstants
The error message when the environment variable for license public key file is pointing to a directory instead of a file.
MSG_PUBLIC_KEY_NOT_FOUND - Static variable in interface com.nitido.nim.NiMKernelConstants
The error message when the environment variable for license public key file has defined an invalid file.
MSG_PUBLIC_KEY_NOT_READABLE - Static variable in interface com.nitido.nim.NiMKernelConstants
The error message when the environment variable for license public key file has defined an file that the application cannot read.
msgQuota - Variable in class com.nitido.nimx.nuggets.javamail.Usage
The maximum number of message allowed in the mailbox.
msgUsed - Variable in class com.nitido.nimx.nuggets.javamail.Usage
The number of messages stored in the mailbox currently.
multiParse(String) - Method in class com.nitido.nimx.nuggets.iplanetset.VCard
 
MULTIPART_PARSER - Static variable in interface com.nitido.nimbox.http.HttpNimletConstants
Used internally by the HttpNimletDriver to set/get from its cache, the reference to the parser used to interpret multipart HttpServletRequest
MultipartRequestParser - Class in com.nitido.nimbox.http
This class is used to interpret HttpServletRequests whose content type indicate a multipart/form-data request.
MultipartRequestParser() - Constructor for class com.nitido.nimbox.http.MultipartRequestParser
Class constructor.
MUSTBEOWNER_OPERATION - Static variable in exception com.nitido.nimx.nuggets.wcap.WcapServerException
The user needs to be an owner or co-owner of the calendar in questions to complete this operation.

Nitido NiM 2.5 Java API
A B C D E F G H I J K L M N O P R S T U V W X Y Z _
These JavaDoc pages are generated for release/nim_2_5-2.5.44

Copyright © 1999-2009 Nitido Inc.    Proprietary and Confidential.    All Rights Reserved.