Nitido Inc.

Uses of Interface
com.nitido.nim.NiMConstants

Packages that use NiMConstants
com.nitido.nim This package contains NiM core classes. 
com.nitido.nimx.services.authentication.directory The implementation of AuthenticationService that uses the JNDI implementation of Nitido Eximius Directory library. 
com.nitido.nimx.services.brand.ldap   
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.sim A simulator implementation of DataControlService. 
com.nitido.nimx.services.dirpool.mozilla This package contains the implementation of DirPoolService that utilizes the Mozilla Netscape LDAP Java SDK library. 
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. 
 

Uses of NiMConstants in com.nitido.nim
 

Classes in com.nitido.nim that implement NiMConstants
 class AuthenticationService
          The AuthenticationService is the NiMKernel component responsible for the authentication of entity credentials.
 class BrandService
          The BrandService provides access to branding (multi-tentant) and application (class-of-service) configuration for the system.
 class ClassLoaderService
          The ClassLoaderService is a required NiMKernel module that is responsible for loading classes into the JVM.
 class ConfigurationService
          The ConfigurationService is the NiMKernel module responsible for retrieving configuration information.
 class ContainerEntity
          The ContainerEntity class is the Entity that represents an authenticated Nimlet container.
 class DataControlService
          The DataControlService is the NiMKernel module responsible for instantiating DataControl objects.
 class EntitlementService
          The EntitlementService is the NiMKernel module responsible for checking the entitlements associated to a given credential
 class Entity
          The Entity class is the abstraction of an entity in a NiM application for which requests take place.
 class EntityService
          The EntityService is the NiMKernel module resopnsible for managing entity instantiation.
 class EventMonitorService
          EventMonitorService is the NiMKernel module responsible for logging application level event messages.
 class LogService
          LogService is the NiMKernel module responsible for initializing and instantiating the NiM Logger.
 class NiM
          The NiM class provides application developers with a centralized access to all of NiM services such as entity management, profile management, logging, event monitoring, nugget management, and configuration management.
 class NiMKernel
          This class is the factory of all kernel services running the JVM.
 class NiMKernelService
          The base class for all NiM Kernel services.
 class NotificationService
          The NotificationService is the NiMKernel component responsible for sending notification to the user.
 class NuggetService
          NuggetService is the NiMKernel module responsible for instantiating Nuggets.
 class ProvisionService
          The ProvisionService is the NiMKernel module responsible for provisioning and de-provisioning entities.
 class UniqueIdService
          The UniqueIdService is the NiMKernel module responsible for generating unique identifiers within a cluster of NiM nodes.
 class User
          The User class is an abstraction of a user in the NiM framework.
 

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

Classes in com.nitido.nimx.services.authentication.directory that implement NiMConstants
 class AuthenticationServiceImpl
          This class provides a directory implementation for the NiM Authentication Service.
 

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

Classes in com.nitido.nimx.services.brand.ldap that implement NiMConstants
 class BrandServiceImpl
          This BrandService implementation caches the domains, brands and applications in CacheContainers.
 

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

Classes in com.nitido.nimx.services.classloader.simple that implement NiMConstants
 class ClassLoaderServiceImpl
          This class provides a simple ClassLoaderService implementation that uses the ClassLoader that loaded the NiMKernel.
 

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

Classes in com.nitido.nimx.services.configuration.file that implement NiMConstants
 class ConfigurationServiceImpl
          This ConfigurationService implementation reads in the configuration from two files, one with default settings and one with local settings.
 

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

Classes in com.nitido.nimx.services.datacontrol.cachedmap that implement NiMConstants
 class DataControlServiceImpl
          This implementation of DataControlService is a factory for cached-mapping DataControls that connected to a backend LDAP server through connection pool.
 

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

Classes in com.nitido.nimx.services.datacontrol.sim that implement NiMConstants
 class DataControlImpl
          A simulator implementation of DataControl.
 

Uses of NiMConstants in com.nitido.nimx.services.dirpool.mozilla
 

Classes in com.nitido.nimx.services.dirpool.mozilla that implement NiMConstants
 class DirPoolService
          The Directory Pool Service is a factory of com.nitido.directory.Directory object that utilizes connect pool mechanism.
 

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

Classes in com.nitido.nimx.services.entitlement.sim that implement NiMConstants
 class EntitlementServiceImpl
          This class provides an implemenation of the EntitlementService for simulation purposes.
 

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

Classes in com.nitido.nimx.services.entity.generic that implement NiMConstants
 class EntityServiceImpl
          A generic implementation of the EntityService.
 

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

Classes in com.nitido.nimx.services.eventmonitor.log4j that implement NiMConstants
 class EventMonitorServiceImpl
          This class implements the EventMonitorService such that application level events are placed in a file on the local file system of the running node using log4j as the underlying library for writting the log messages.
 

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

Classes in com.nitido.nimx.services.log.log4j that implement NiMConstants
 class LogServiceImpl
          This class provides an implementation of the LogService based on log4j.
 

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

Classes in com.nitido.nimx.services.notification that implement NiMConstants
 class NotificationServiceImpl
           
 class NotificationServiceStub
          This is a stub implementation of the notification service which throws an exception when any of its methods are invoked.
 

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

Classes in com.nitido.nimx.services.nugget.simple that implement NiMConstants
 class NuggetServiceImpl
          This class provides a simple implementation of the NuggetService.
 

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

Classes in com.nitido.nimx.services.simbackend that implement NiMConstants
 class ProvisionServiceImpl
          This class implements a simulator for the ProvionService to provision entities in memory.
 

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

Classes in com.nitido.nimx.services.uniqueid.ipdomain that implement NiMConstants
 class UniqueIdServiceImpl
          This class implements the UniqueIdService interface.
 


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.