Uses of Class
org.apache.directory.server.core.interceptor.BaseInterceptor

Packages that use BaseInterceptor
org.apache.directory.mitosis.service   
org.apache.directory.server.core.authn   
org.apache.directory.server.core.authz   
org.apache.directory.server.core.changelog  
org.apache.directory.server.core.collective   
org.apache.directory.server.core.event   
org.apache.directory.server.core.exception   
org.apache.directory.server.core.kerberos   
org.apache.directory.server.core.normalization   
org.apache.directory.server.core.operational   
org.apache.directory.server.core.schema  
org.apache.directory.server.core.subtree   
org.apache.directory.server.core.trigger   
 

Uses of BaseInterceptor in org.apache.directory.mitosis.service
 

Subclasses of BaseInterceptor in org.apache.directory.mitosis.service
 class ReplicationInterceptor
          An Interceptor that intercepts LDAP operations and propagates the changes occurred by the operations into other ReplicaIds so the DIT of each ReplicaId in the cluster has the same content without any conflict.
 

Uses of BaseInterceptor in org.apache.directory.server.core.authn
 

Subclasses of BaseInterceptor in org.apache.directory.server.core.authn
 class AuthenticationInterceptor
          An Interceptor that authenticates users.
 

Uses of BaseInterceptor in org.apache.directory.server.core.authz
 

Subclasses of BaseInterceptor in org.apache.directory.server.core.authz
 class AciAuthorizationInterceptor
          An ACI based authorization service.
 class DefaultAuthorizationInterceptor
          An Interceptor that controls access to PartitionNexus.
 

Uses of BaseInterceptor in org.apache.directory.server.core.changelog
 

Subclasses of BaseInterceptor in org.apache.directory.server.core.changelog
 class ChangeLogInterceptor
          An interceptor which intercepts write operations to the directory and logs them with the server's ChangeLog service.
 

Uses of BaseInterceptor in org.apache.directory.server.core.collective
 

Subclasses of BaseInterceptor in org.apache.directory.server.core.collective
 class CollectiveAttributeInterceptor
          An interceptor based service dealing with collective attribute management.
 

Uses of BaseInterceptor in org.apache.directory.server.core.event
 

Subclasses of BaseInterceptor in org.apache.directory.server.core.event
 class EventInterceptor
          An Interceptor based service for notifying DirectoryListeners of changes to the DIT.
 

Uses of BaseInterceptor in org.apache.directory.server.core.exception
 

Subclasses of BaseInterceptor in org.apache.directory.server.core.exception
 class ExceptionInterceptor
          An Interceptor that detects any operations that breaks integrity of Partition and terminates the current invocation chain by throwing a Exception.
 

Uses of BaseInterceptor in org.apache.directory.server.core.kerberos
 

Subclasses of BaseInterceptor in org.apache.directory.server.core.kerberos
 class KeyDerivationInterceptor
          An Interceptor that creates symmetric Kerberos keys for users.
 class PasswordPolicyInterceptor
          An Interceptor that enforces password policy for users.
 

Uses of BaseInterceptor in org.apache.directory.server.core.normalization
 

Subclasses of BaseInterceptor in org.apache.directory.server.core.normalization
 class NormalizationInterceptor
          A name normalization service.
 

Uses of BaseInterceptor in org.apache.directory.server.core.operational
 

Subclasses of BaseInterceptor in org.apache.directory.server.core.operational
 class OperationalAttributeInterceptor
          An Interceptor that adds or modifies the default attributes of entries.
 

Uses of BaseInterceptor in org.apache.directory.server.core.schema
 

Subclasses of BaseInterceptor in org.apache.directory.server.core.schema
 class SchemaInterceptor
          An Interceptor that manages and enforces schemas.
 

Uses of BaseInterceptor in org.apache.directory.server.core.subtree
 

Subclasses of BaseInterceptor in org.apache.directory.server.core.subtree
 class SubentryInterceptor
          The Subentry interceptor service which is responsible for filtering out subentries on search operations and injecting operational attributes
 

Uses of BaseInterceptor in org.apache.directory.server.core.trigger
 

Subclasses of BaseInterceptor in org.apache.directory.server.core.trigger
 class TriggerInterceptor
          The Trigger Service based on the Trigger Specification.
 



Copyright © 2003-2009 Apache Software Foundation. All Rights Reserved.