Nitido Inc.

Uses of Class
com.nitido.nim.NiMKernel

Packages that use NiMKernel
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.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. 
 

Uses of NiMKernel in com.nitido.nim
 

Methods in com.nitido.nim that return NiMKernel
protected static NiMKernel NiMKernel.getInstance()
          This method returns the instance of the NiMKernel in the running JVM.
 

Methods in com.nitido.nim with parameters of type NiMKernel
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.
 

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

Methods in com.nitido.nimx.services.authentication.directory with parameters of type NiMKernel
protected  void AuthenticationServiceImpl.init(NiMKernel kernel, ConfigurationService confService)
          This method is called by the NiMKernel to initialize the authentication service.
 

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

Methods in com.nitido.nimx.services.authentication.dirpool with parameters of type NiMKernel
protected  void AuthenticationServiceImpl.init(NiMKernel kernel, ConfigurationService confService)
          This method is called by the NiMKernel to initialize the AuthenticationService.
 

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

Methods in com.nitido.nimx.services.authentication.sim with parameters of type NiMKernel
protected  void AuthenticationServiceImpl.init(NiMKernel kernel, ConfigurationService confService)
          This method is used to initialize the service.
 

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

Methods in com.nitido.nimx.services.brand.ldap with parameters of type NiMKernel
protected  void BrandServiceImpl.init(NiMKernel kernel, ConfigurationService confService)
           
 

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

Methods in com.nitido.nimx.services.brand.sysdefault with parameters of type NiMKernel
protected  void BrandServiceImpl.init(NiMKernel kernel, ConfigurationService confService)
           
 

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

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

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

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

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

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

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

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

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

Methods in com.nitido.nimx.services.datacontrol.sim with parameters of type NiMKernel
protected  void DataControlServiceImpl.init(NiMKernel kernel, ConfigurationService confService)
           
 

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

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

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

Methods in com.nitido.nimx.services.entity.generic with parameters of type NiMKernel
protected  void EntityServiceImpl.init(NiMKernel kernel, ConfigurationService confService)
          This method is used to initialize this implementation of the EntityService.
 

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

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

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

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

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

Methods in com.nitido.nimx.services.notification with parameters of type NiMKernel
protected  void NotificationServiceImpl.init(NiMKernel kernel, ConfigurationService confService)
           
 

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

Fields in com.nitido.nimx.services.nugget.simple declared as NiMKernel
protected  NiMKernel NuggetServiceImpl._kernel
          Reference to the kernel license service.
 

Methods in com.nitido.nimx.services.nugget.simple with parameters of type NiMKernel
protected  void NuggetServiceImpl.init(NiMKernel kernel, ConfigurationService confService)
           
 

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

Fields in com.nitido.nimx.services.simbackend declared as NiMKernel
protected  NiMKernel NuggetServiceImpl._kernel
          Reference to the kernel license service.
 

Methods in com.nitido.nimx.services.simbackend with parameters of type NiMKernel
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.
 

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

Methods in com.nitido.nimx.services.uniqueid.ipdomain with parameters of type NiMKernel
protected  void UniqueIdServiceImpl.init(NiMKernel kernel, ConfigurationService 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.