Nitido Inc.

Uses of Class
com.nitido.nim.NiMException

Packages that use NiMException
com.nitido.nim This package contains NiM core classes. 
com.nitido.nimbox.http.services.ad The Advertisement Service for HTTP NiMBox. 
com.nitido.nimx.nuggets.extmail This package contains the ExtMailNugget and its' helper classes. 
com.nitido.nimx.nuggets.iplanetset This package contains the Nugget and helper classes for accessing and modifying user-centric preference settings for communication servers from Sun ONE (which was called iPlanet). 
com.nitido.nimx.nuggets.javamail This package contains the JavaMailNugget and its' helper classes. 
com.nitido.nimx.nuggets.pab This package contains the Nugget and associate classes for accessing Personal Address Book (PAB). 
com.nitido.nimx.nuggets.wcap This package contains the Nugget and associate classes for accessing iPlanet Calendar Server through WCAP commands. 
com.nitido.nimx.services.authentication.directory The implementation of AuthenticationService that uses the JNDI implementation of Nitido Eximius Directory library. 
com.nitido.nimx.services.authentication.dirpool The implementation of AuthenticationService that uses the Mozilla Netscape LDAP SDK's connection pool ability. 
com.nitido.nimx.services.authentication.sim A simulator implementation of AuthenticationService. 
com.nitido.nimx.services.brand.ldap   
com.nitido.nimx.services.brand.sysdefault   
com.nitido.nimx.services.classloader.simple An implementation of ClassLoaderService that uses the default ClassLoader of the JVM. 
com.nitido.nimx.services.configuration.file A ConfigurationService implementation that reads in the configuration from two files, one with default settings and one with local settings. 
com.nitido.nimx.services.datacontrol.cachedmap A directory-based implementation of DataControlService that support profile caching and directory pool. 
com.nitido.nimx.services.datacontrol.profilemap A directory-based implementation of DataControlService that allow custom mapping between the user space key and the backend LDAP attribute name. 
com.nitido.nimx.services.datacontrol.sim A simulator implementation of DataControlService. 
com.nitido.nimx.services.entitlement.sim A simulator implementation of EntitlementService. 
com.nitido.nimx.services.entity.generic A generic implementation of EntityService implementation. 
com.nitido.nimx.services.eventmonitor.log4j A log4j implementation of EventMonitorService (do nothing). 
com.nitido.nimx.services.log.log4j A simple implementation of LogService (create Log4j based Logger). 
com.nitido.nimx.services.notification The main package of the NotificationService implementation and the stub. 
com.nitido.nimx.services.nugget.simple A simple implementation of NuggetService. 
com.nitido.nimx.services.simbackend This package contains classes used to simulate a backend data store. 
com.nitido.nimx.services.uniqueid.ipdomain This UniqueIdService implementation generates identifiers that are guaranteed to be unique within a IP domain. 
com.nitido.nimx.services.valet This package contains the ValetService that provides the custodian service for holding resources that cannot be migrated to other servers in the same cluster. 
 

Uses of NiMException in com.nitido.nim
 

Subclasses of NiMException in com.nitido.nim
 class ActivationException
          The ActivationException is thrown when the activation or deactivation of a Nugget, Entity or DataControl is not successful.
 class AuthenticationFailedException
          The AuthenticationFailedException is thrown when unable to authenticate a given a Credential.
 class DataControlException
          The DataControlException is thrown when a error occurs when invoking a method on the DataControl.
 class EntityProvisionException
          The EntityProvisionException is thrown when the system is unable to provision a new NiM entity.
 class InitializationFailedException
          The InitializationFailedException is thrown when the initialization of a framework component is not successful.
 class InvalidSettingException
          The InvalidSettingException class is thrown when unable to change a the settings on a Nugget or a DataControl.
 class NimletException
          The NimletException is the base of all Nimlet Exceptions.
 class NotificationServiceException
          The base class for all notification service specific exceptions.
 class NuggetNotAvailableException
          The NuggetNotAvailableException is thrown when Entity.getNugget( String nuggetName ) cannot return an instance of the specified nugget because it has not been created or the configuration does not have enough information to allow NuggetService to create it.
 class StatusNotFoundException
           
 

Methods in com.nitido.nim that throw NiMException
 Credential AuthenticationService.authenticate(Credential cred)
          This method forwards the call to authenticateImpl() method and then sets the authenticated flag of the credential to true.
protected abstract  Credential AuthenticationService.authenticateImpl(Credential cred)
          This method is used to authenticate the given credential against the back-end authentication service.
abstract  void AuthenticationService.changeAuthenticationCredential(Credential oldCred, Credential newCred)
          This method is used to change the identifying credentials on an entity.
abstract  void EntitlementService.changeEntitlementCredential(Credential oldCred, Credential newCred)
          This method is used to change the user credentials to the entitlement service.
 void Entity.changeIdentifyingCredential(Credential newCred)
          This method is used to replace the identifying credentials associated with the entity.
abstract  void EntityService.changeIdentifyingCredential(Entity entity, Credential newCred)
          This method is used to change the identifying credential of an entity (this is usually called for changing the user's password).
abstract  void ProvisionService.changeProvisionCredential(Credential oldCred, Credential newCred)
          Change the provision credential.
abstract  void ProvisionService.deprovisionEntity(Credential targetCred, Entity adminEntity)
          This method will de-provision the entity associated to the given target credential.
 void NiM.deprovisionEntity(Credential targetCred, Entity adminEntity)
          This method will de-provision the entity associated to the given target credential.
 Entity NiM.getEntity(Credential credential)
          This method returns an instance of an Entity for the given credential.
abstract  Entity EntityService.getEntity(Credential credential)
          This method returns an instance of an Entity associated to the given credential.
 ProvisionService NiMKernel.getProvisionService()
          This method returns the reference to the Provision Service that provision and deprovision entities.
 User NiM.getUser(Credential credential)
          This method returns a reference to an authenticated User.
protected abstract  void ClassLoaderService.init(NiMKernel kernel, ConfigurationService confService)
           
protected abstract  void ProvisionService.init(NiMKernel kernel, ConfigurationService confService)
           
protected abstract  void EntitlementService.init(NiMKernel kernel, ConfigurationService confService)
           
protected abstract  void DataControlService.init(NiMKernel kernel, ConfigurationService confService)
           
protected  void NotificationService.init(NiMKernel kernel, ConfigurationService confService)
           
protected  void ConfigurationService.init(NiMKernel kernel, ConfigurationService confServ)
          This method throws UnsupportedOperationException.
protected abstract  void LogService.init(NiMKernel kernel, ConfigurationService confService)
           
protected abstract  void AuthenticationService.init(NiMKernel kernel, ConfigurationService confService)
           
protected abstract  void UniqueIdService.init(NiMKernel kernel, ConfigurationService confService)
           
protected  void BrandService.init(NiMKernel kernel, ConfigurationService confService)
           
protected abstract  void NuggetService.init(NiMKernel kernel, ConfigurationService confService)
           
protected abstract  void NiMKernelService.init(NiMKernel kernel, ConfigurationService confService)
          This method is used to initialize the kernel service.
protected abstract  void EventMonitorService.init(NiMKernel kernel, ConfigurationService confService)
           
protected abstract  void EntityService.init(NiMKernel kernel, ConfigurationService confService)
           
protected abstract  void ConfigurationService.init(NiMKernel kernel, java.util.Map settings)
          This method is used to initialize the ConfigurationService.
protected abstract  boolean ProvisionService.isProvisioned(Credential targetCred)
          This method will check if the specified targetCred represents an entity that has been provisioned in the backend.
abstract  void ProvisionService.provisionEntity(EntityProvisionDescriptor descriptor, Entity adminEntity)
          This method is used to provision a new entity.
 void NiM.provisionEntity(EntityProvisionDescriptor descriptor, Entity adminEntity)
          This method is used to provision a new entity.
protected  void Entity.releaseEntity()
           
 

Uses of NiMException in com.nitido.nimbox.http.services.ad
 

Subclasses of NiMException in com.nitido.nimbox.http.services.ad
 class AdNotFoundException
          This exception is thrown if no AD is found when a skin tries to retrieve an AD for a given skin location.
 

Uses of NiMException in com.nitido.nimx.nuggets.extmail
 

Subclasses of NiMException in com.nitido.nimx.nuggets.extmail
 class ExternalMailNuggetException
          The generic exception for ExternalMailNugget.
 

Uses of NiMException in com.nitido.nimx.nuggets.iplanetset
 

Subclasses of NiMException in com.nitido.nimx.nuggets.iplanetset
 class IPlanetServerException
          This exception represents an error occurs when contacting the backend server (which stores the personal settings).
 class IPlanetSettingsException
          This is the generic exception that IPlanetSettingsNugget would throw.
 

Uses of NiMException in com.nitido.nimx.nuggets.javamail
 

Subclasses of NiMException in com.nitido.nimx.nuggets.javamail
 class InvalidUIDException
          This exception indicates the existing message UIDs are no longer valid.
 class JavaMailNuggetException
          The generic exception for JavaMailNugget.
 class MessageNotInFolderException
          This exception is thrown when the caller attempt to perform an action, but the message is not stored in the specified folder.
 

Uses of NiMException in com.nitido.nimx.nuggets.pab
 

Subclasses of NiMException in com.nitido.nimx.nuggets.pab
 class InvalidAttributeException
          This exception is thrown when the attribute value is invalid or an required attribute does not have any value associated.
 class InvalidEntryException
          This exception is thrown when the specified entry does not exists on the system.
 class PABException
          This is the generic exception that PAB Nugget would throw.
 

Uses of NiMException in com.nitido.nimx.nuggets.wcap
 

Subclasses of NiMException in com.nitido.nimx.nuggets.wcap
 class InvalidParameterException
          This exception is thrown when at least one of the required parameters is missing, or, one of the parameters has invalid value or format.
 class InvalidTimeException
          This exception is thrown when a group of time settings (including the start time, end time and other associated values) contains invalid value(s).
 class WcapException
          The generic exception for WcapNugget.
 class WcapServerException
          Indicates the iPlanet Calendar Server has just returned an unexpected error code.
 

Uses of NiMException in com.nitido.nimx.services.authentication.directory
 

Methods in com.nitido.nimx.services.authentication.directory that throw NiMException
protected  Credential AuthenticationServiceImpl.authenticateImpl(Credential cred)
          This method is used to authenticate the given credential against a directory server.
 void AuthenticationServiceImpl.changeAuthenticationCredential(Credential oldCred, Credential newCred)
           
protected  void AuthenticationServiceImpl.init(NiMKernel kernel, ConfigurationService confService)
          This method is called by the NiMKernel to initialize the authentication service.
 

Uses of NiMException in com.nitido.nimx.services.authentication.dirpool
 

Methods in com.nitido.nimx.services.authentication.dirpool that throw NiMException
protected  Credential AuthenticationServiceImpl.authenticateImpl(Credential cred)
          This method is used to authenticate the given credential against a directory server.
 void AuthenticationServiceImpl.changeAuthenticationCredential(Credential oldCred, Credential newCred)
           
protected  Directory AuthenticationServiceImpl.connectForRead(java.lang.String dn, java.lang.String pwd)
          This method returns a connected directory object to the backend server obtained from the read access directory pool.
protected  Directory AuthenticationServiceImpl.connectForWrite(java.lang.String dn, java.lang.String pwd)
          This method returns a connected directory object to the backend server obtained from the write access directory pool.
protected  void AuthenticationServiceImpl.init(NiMKernel kernel, ConfigurationService confService)
          This method is called by the NiMKernel to initialize the AuthenticationService.
protected  void AuthenticationServiceImpl.postAuthenticate(Directory dir, Credential inCred, java.lang.String dn)
          This method performs additional check on an entry's user profile after binding to the backend LDAP server with the credential sucessfully.
 

Uses of NiMException in com.nitido.nimx.services.authentication.sim
 

Methods in com.nitido.nimx.services.authentication.sim that throw NiMException
protected  Credential AuthenticationServiceImpl.authenticateImpl(Credential credential)
          This method is used to authenticate the given credential against the back-end authentication service.
 void AuthenticationServiceImpl.changeAuthenticationCredential(Credential oldCred, Credential newCred)
          This method is used to change the identifying credentials on an entity.
protected  void AuthenticationServiceImpl.init(NiMKernel kernel, ConfigurationService confService)
          This method is used to initialize the service.
 

Uses of NiMException in com.nitido.nimx.services.brand.ldap
 

Methods in com.nitido.nimx.services.brand.ldap that throw NiMException
protected  void BrandServiceImpl.init(NiMKernel kernel, ConfigurationService confService)
           
 

Uses of NiMException in com.nitido.nimx.services.brand.sysdefault
 

Methods in com.nitido.nimx.services.brand.sysdefault that throw NiMException
protected  void BrandServiceImpl.init(NiMKernel kernel, ConfigurationService confService)
           
 

Uses of NiMException in com.nitido.nimx.services.classloader.simple
 

Methods in com.nitido.nimx.services.classloader.simple that throw NiMException
protected  void ClassLoaderServiceImpl.init(NiMKernel kernel, ConfigurationService confService)
          This method is used by the NiMKernel to initialize the ClassLoaderService.
 

Uses of NiMException in com.nitido.nimx.services.configuration.file
 

Methods in com.nitido.nimx.services.configuration.file that throw NiMException
protected  void ConfigurationServiceImpl.init(NiMKernel kernel, java.util.Map settings)
          This method is called by the NiMKernel to initialize the ConfigurationService.
 

Uses of NiMException in com.nitido.nimx.services.datacontrol.cachedmap
 

Methods in com.nitido.nimx.services.datacontrol.cachedmap that throw NiMException
protected  void DataControlServiceImpl.init(NiMKernel kernel, ConfigurationService confService)
          This method is used by the kernel to initialize the DataControlService.
 

Uses of NiMException in com.nitido.nimx.services.datacontrol.profilemap
 

Methods in com.nitido.nimx.services.datacontrol.profilemap that throw NiMException
protected  void DataControlServiceImpl.init(NiMKernel kernel, ConfigurationService confService)
          This method is used by the kernel to initialize the DataControlService.
 

Uses of NiMException in com.nitido.nimx.services.datacontrol.sim
 

Methods in com.nitido.nimx.services.datacontrol.sim that throw NiMException
protected  void DataControlServiceImpl.init(NiMKernel kernel, ConfigurationService confService)
           
 

Uses of NiMException in com.nitido.nimx.services.entitlement.sim
 

Methods in com.nitido.nimx.services.entitlement.sim that throw NiMException
protected  void EntitlementServiceImpl.init(NiMKernel kernel, ConfigurationService confService)
          This method is used by the NiMKernel to initialize the EntitlementService.
 

Uses of NiMException in com.nitido.nimx.services.entity.generic
 

Methods in com.nitido.nimx.services.entity.generic that throw NiMException
 void EntityServiceImpl.changeIdentifyingCredential(Entity entity, Credential newCred)
          This method is used to change the identifying credential of an entity (this is usually called when changing the user's password).
 Entity EntityServiceImpl.getEntity(Credential credential)
          This method returns an instance of an Entity associated to the given credential.
protected  void EntityServiceImpl.init(NiMKernel kernel, ConfigurationService confService)
          This method is used to initialize this implementation of the EntityService.
 

Uses of NiMException in com.nitido.nimx.services.eventmonitor.log4j
 

Methods in com.nitido.nimx.services.eventmonitor.log4j that throw NiMException
protected  void EventMonitorServiceImpl.init(NiMKernel kernel, ConfigurationService confService)
          This method is used by the NiMKernel to initialize the EventMonitor service.
 

Uses of NiMException in com.nitido.nimx.services.log.log4j
 

Methods in com.nitido.nimx.services.log.log4j that throw NiMException
protected  void LogServiceImpl.init(NiMKernel kernel, ConfigurationService confService)
          This method is used by the NiMKernel to initialize the LogService.
 

Uses of NiMException in com.nitido.nimx.services.notification
 

Methods in com.nitido.nimx.services.notification that throw NiMException
protected  void NotificationServiceImpl.init(NiMKernel kernel, ConfigurationService confService)
           
 

Uses of NiMException in com.nitido.nimx.services.nugget.simple
 

Methods in com.nitido.nimx.services.nugget.simple that throw NiMException
protected  void NuggetServiceImpl.init(NiMKernel kernel, ConfigurationService confService)
           
 

Uses of NiMException in com.nitido.nimx.services.simbackend
 

Methods in com.nitido.nimx.services.simbackend that throw NiMException
protected  void BackendStore.authenticate(Credential cred)
           
 Credential AuthenticationServiceImpl.authenticateImpl(Credential credential)
          This method is used to authenticate the given credential against the back-end authentication service.
 void AuthenticationServiceImpl.changeAuthenticationCredential(Credential oldCred, Credential newCred)
          This method is used to change the identifying credentials on an entity.
 void ProvisionServiceImpl.changeProvisionCredential(Credential oldCred, Credential newCred)
           
protected  void BackendStore.deprovisionEntity(Credential targetCred)
          Deprovision the entity.
 void ProvisionServiceImpl.deprovisionEntity(Credential targetCred, Entity adminEntity)
           
protected  void EntitlementServiceImpl.init(NiMKernel kernel, ConfigurationService confService)
          This method is used by the NiMKernel to initialize the EntitlementService.
protected  void NuggetServiceImpl.init(NiMKernel kernel, ConfigurationService confService)
           
protected  void ClassLoaderServiceImpl.init(NiMKernel kernel, ConfigurationService confService)
          This method is used by the NiMKernel to initialize the ClassLoaderService.
protected  void AuthenticationServiceImpl.init(NiMKernel kernel, ConfigurationService confService)
          This method is used to initialize the service.
protected  void ProvisionServiceImpl.init(NiMKernel kernel, ConfigurationService confService)
          This method is used by the NiMKernel to initialize the ProvisionService.
protected  void DataControlServiceImpl.init(NiMKernel kernel, ConfigurationService confService)
          This method is used by the kernel to initialize the DataControlService.
protected  boolean ProvisionServiceImpl.isProvisioned(Credential targetCred)
          This method is used to verify if the given credential has already been provisioned.
protected  void BackendStore.provisionEntity(EntityProvisionDescriptor descriptor)
          This method is used to provision a new entity and stored in memory.
 void ProvisionServiceImpl.provisionEntity(EntityProvisionDescriptor descriptor, Entity adminEntity)
          This method is used to provision a new entity and stored in memory.
 

Uses of NiMException in com.nitido.nimx.services.uniqueid.ipdomain
 

Methods in com.nitido.nimx.services.uniqueid.ipdomain that throw NiMException
protected  void UniqueIdServiceImpl.init(NiMKernel kernel, ConfigurationService confService)
           
 

Uses of NiMException in com.nitido.nimx.services.valet
 

Subclasses of NiMException in com.nitido.nimx.services.valet
 class ValetException
           
 

Methods in com.nitido.nimx.services.valet that throw NiMException
protected  void ValetServiceImpl.init(NiM confService)
           
 


Nitido NiM 2.5 Java API

These JavaDoc pages are generated for release/nim_2_5-2.5.44

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