Package com.j_spaces.core.filters

Provides GigaSpaces filter plug-in interfaces.

See:
          Description

Interface Summary
ISpaceFilter A filter is a special hook point inside the engine that enables integration with external systems or implementation of user defined logic.
ISpaceUserAccountDriver A read-only facade for an underlying security ISpaceUserAccountDriver used to authenticate individual users, and identify the security roles associated with those users.
 

Class Summary
DefaultSecurityFilter On Init of DefaultSecurityFilter reads a encrypted binary file to configure the valid users, passwords, and roles.
FilterOperationCodes This class declares static fields for filter operation codes.
GenericPrincipal GenericPrincipal implementation of Principal that is available for use by ISpaceUserAccountDriver implementations.
GenericPrincipal.Attribute  
StatisticsContext Representation of an operation statistics object.
 

Package com.j_spaces.core.filters Description

Provides GigaSpaces filter plug-in interfaces. Filters are hooks inside the GigaSpaces engine that enable integration with external systems and/or implementation of user-defined logic inside the space.