|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NiMKernelServiceVisa | |
|---|---|
| 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.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.notification.channels | |
| 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 NiMKernelServiceVisa in com.nitido.nim |
|---|
| Constructors in com.nitido.nim with parameters of type NiMKernelServiceVisa | |
|---|---|
AuthenticationService(NiMKernelServiceVisa visa)
This class constructor is used by the NiMKernel to instantiate a new AuthenticationService. |
|
BrandService(NiMKernelServiceVisa visa)
Default constructor. |
|
ClassLoaderService(NiMKernelServiceVisa visa)
The constructor of ClassLoaderService. |
|
ConfigurationService(NiMKernelServiceVisa visa)
This class constructor is used by NiMKernel to instantiate a new ConfigurationService. |
|
ContainerEntity(NiMKernelServiceVisa visa,
Credential credential,
DataControl datacontrol)
|
|
DataControlService(NiMKernelServiceVisa visa)
This class constructor is used by NiMKernel to instantiate a new DataControlService. |
|
EntitlementService(NiMKernelServiceVisa visa)
This class constructor is used by NiMKernel to instantiate a new EntitlementService |
|
Entity(NiMKernelServiceVisa visa,
Credential credential,
DataControl datacontrol)
This constructor is called by the EntityService of the NiMKernel to create a new instance of the class. |
|
EntityService(NiMKernelServiceVisa visa)
This class constructor is used by NiMKernel to instantiate a new EntityService |
|
EventMonitorService(NiMKernelServiceVisa visa)
This class constructor is used by NiMKernel to instantiate a new EventMonitorService |
|
LogService(NiMKernelServiceVisa visa)
This class constructor is used by NiMKernel to instantiate a new LogService. |
|
NiMKernelService(NiMKernelServiceVisa visa)
This constructor is called by the NiMKernel to instantiate a kernel service. |
|
NotificationService(NiMKernelServiceVisa visa)
|
|
NuggetService(NiMKernelServiceVisa visa)
This class constructor is used by NiMKernel to instantiate a new NuggetService |
|
ProvisionService(NiMKernelServiceVisa visa)
This class constructor is used by NiMKernel to instantiate a new ProvisionService. |
|
UniqueIdService(NiMKernelServiceVisa visa)
This class constructor is used by NiMKernel to instantiate a new UniqueIdService |
|
User(NiMKernelServiceVisa visa,
Credential credential,
DataControl datacontrol)
|
|
| Uses of NiMKernelServiceVisa in com.nitido.nimx.services.authentication.directory |
|---|
| Constructors in com.nitido.nimx.services.authentication.directory with parameters of type NiMKernelServiceVisa | |
|---|---|
AuthenticationServiceImpl(NiMKernelServiceVisa visa)
This class constructor is used by NiMKernel to instantiate a new directory AuthenticationService. |
|
| Uses of NiMKernelServiceVisa in com.nitido.nimx.services.authentication.dirpool |
|---|
| Constructors in com.nitido.nimx.services.authentication.dirpool with parameters of type NiMKernelServiceVisa | |
|---|---|
AuthenticationServiceImpl(NiMKernelServiceVisa visa)
This class constructor is used by NiMKernel to instantiate a new directory AuthenticationService. |
|
| Uses of NiMKernelServiceVisa in com.nitido.nimx.services.authentication.sim |
|---|
| Constructors in com.nitido.nimx.services.authentication.sim with parameters of type NiMKernelServiceVisa | |
|---|---|
AuthenticationServiceImpl(NiMKernelServiceVisa visa)
|
|
| Uses of NiMKernelServiceVisa in com.nitido.nimx.services.brand.ldap |
|---|
| Constructors in com.nitido.nimx.services.brand.ldap with parameters of type NiMKernelServiceVisa | |
|---|---|
BrandServiceImpl(NiMKernelServiceVisa visa)
|
|
| Uses of NiMKernelServiceVisa in com.nitido.nimx.services.brand.sysdefault |
|---|
| Constructors in com.nitido.nimx.services.brand.sysdefault with parameters of type NiMKernelServiceVisa | |
|---|---|
BrandServiceImpl(NiMKernelServiceVisa visa)
|
|
| Uses of NiMKernelServiceVisa in com.nitido.nimx.services.classloader.simple |
|---|
| Constructors in com.nitido.nimx.services.classloader.simple with parameters of type NiMKernelServiceVisa | |
|---|---|
ClassLoaderServiceImpl(NiMKernelServiceVisa visa)
The constructor of ClassLoaderService. |
|
| Uses of NiMKernelServiceVisa in com.nitido.nimx.services.configuration.file |
|---|
| Constructors in com.nitido.nimx.services.configuration.file with parameters of type NiMKernelServiceVisa | |
|---|---|
ConfigurationServiceImpl(NiMKernelServiceVisa visa)
This class constructor is used by NiMKernel to instantiate a new ConfigurationService. |
|
| Uses of NiMKernelServiceVisa in com.nitido.nimx.services.datacontrol.cachedmap |
|---|
| Constructors in com.nitido.nimx.services.datacontrol.cachedmap with parameters of type NiMKernelServiceVisa | |
|---|---|
DataControlServiceImpl(NiMKernelServiceVisa visa)
This class constructor is used by NiMKernel to instantiate a new DataControlService. |
|
| Uses of NiMKernelServiceVisa in com.nitido.nimx.services.datacontrol.profilemap |
|---|
| Constructors in com.nitido.nimx.services.datacontrol.profilemap with parameters of type NiMKernelServiceVisa | |
|---|---|
DataControlServiceImpl(NiMKernelServiceVisa visa)
This class constructor is used by NiMKernel to instantiate a new DataControlService. |
|
| Uses of NiMKernelServiceVisa in com.nitido.nimx.services.datacontrol.sim |
|---|
| Constructors in com.nitido.nimx.services.datacontrol.sim with parameters of type NiMKernelServiceVisa | |
|---|---|
DataControlServiceImpl(NiMKernelServiceVisa visa)
|
|
| Uses of NiMKernelServiceVisa in com.nitido.nimx.services.dirpool.mozilla |
|---|
| Constructors in com.nitido.nimx.services.dirpool.mozilla with parameters of type NiMKernelServiceVisa | |
|---|---|
DirPoolService(NiMKernelServiceVisa visa)
This constructor is used by NiMKernel to instantiate a new DirPoolService. |
|
| Uses of NiMKernelServiceVisa in com.nitido.nimx.services.entitlement.sim |
|---|
| Constructors in com.nitido.nimx.services.entitlement.sim with parameters of type NiMKernelServiceVisa | |
|---|---|
EntitlementServiceImpl(NiMKernelServiceVisa visa)
This class constructor is used by NiMKernel to instantiate a new EntitlementService |
|
| Uses of NiMKernelServiceVisa in com.nitido.nimx.services.entity.generic |
|---|
| Constructors in com.nitido.nimx.services.entity.generic with parameters of type NiMKernelServiceVisa | |
|---|---|
EntityServiceImpl(NiMKernelServiceVisa visa)
This class constructor is used by NiMKernel to instantiate a new EntityService |
|
| Uses of NiMKernelServiceVisa in com.nitido.nimx.services.eventmonitor.log4j |
|---|
| Constructors in com.nitido.nimx.services.eventmonitor.log4j with parameters of type NiMKernelServiceVisa | |
|---|---|
EventMonitorServiceImpl(NiMKernelServiceVisa visa)
This class constructor is used by NiMKernel to instantiate a new EventMonitorService |
|
| Uses of NiMKernelServiceVisa in com.nitido.nimx.services.log.log4j |
|---|
| Constructors in com.nitido.nimx.services.log.log4j with parameters of type NiMKernelServiceVisa | |
|---|---|
LogServiceImpl(NiMKernelServiceVisa visa)
This class constructor is used by NiMKernel to instantiate a new LogService. |
|
| Uses of NiMKernelServiceVisa in com.nitido.nimx.services.notification |
|---|
| Constructors in com.nitido.nimx.services.notification with parameters of type NiMKernelServiceVisa | |
|---|---|
NotificationServiceImpl(NiMKernelServiceVisa visa)
|
|
NotificationServiceStub(NiMKernelServiceVisa visa)
|
|
| Uses of NiMKernelServiceVisa in com.nitido.nimx.services.notification.channels |
|---|
| Constructors in com.nitido.nimx.services.notification.channels with parameters of type NiMKernelServiceVisa | |
|---|---|
DeliveryChannel(NiMKernelServiceVisa visa)
The constructor for a delivery channel takes a NiMKernelServiceVisa to make sure that only certain classes can instantiate the channel. |
|
EmailDeliveryChannel(NiMKernelServiceVisa visa)
|
|
SMSDeliveryChannel(NiMKernelServiceVisa visa)
|
|
StubEmailDeliveryChannel(NiMKernelServiceVisa visa)
|
|
| Uses of NiMKernelServiceVisa in com.nitido.nimx.services.nugget.simple |
|---|
| Constructors in com.nitido.nimx.services.nugget.simple with parameters of type NiMKernelServiceVisa | |
|---|---|
NuggetServiceImpl(NiMKernelServiceVisa visa)
This class constructor is used by NiMKernel to instantiate a new NuggetService. |
|
| Uses of NiMKernelServiceVisa in com.nitido.nimx.services.simbackend |
|---|
| Constructors in com.nitido.nimx.services.simbackend with parameters of type NiMKernelServiceVisa | |
|---|---|
AuthenticationServiceImpl(NiMKernelServiceVisa visa)
|
|
ClassLoaderServiceImpl(NiMKernelServiceVisa visa)
The constructor of ClassLoaderService. |
|
DataControlServiceImpl(NiMKernelServiceVisa visa)
This class constructor is used by NiMKernel to instantiate a new DataControlService. |
|
EntitlementServiceImpl(NiMKernelServiceVisa visa)
This class constructor is used by NiMKernel to instantiate a new EntitlementService |
|
NuggetServiceImpl(NiMKernelServiceVisa visa)
This class constructor is used by NiMKernel to instantiate a new NuggetService. |
|
ProvisionServiceImpl(NiMKernelServiceVisa visa)
This class constructor is used by NiMKernel to instantiate a new ProvisionService. |
|
| Uses of NiMKernelServiceVisa in com.nitido.nimx.services.uniqueid.ipdomain |
|---|
| Constructors in com.nitido.nimx.services.uniqueid.ipdomain with parameters of type NiMKernelServiceVisa | |
|---|---|
UniqueIdServiceImpl(NiMKernelServiceVisa visa)
This class constructor is used by NiMKernel to instantiate a new UniqueIdService |
|
|
Nitido NiM 2.5 Java API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Copyright © 1999-2009 Nitido Inc. Proprietary and Confidential. All Rights Reserved.