Uses of Class
org.apache.ldap.server.interceptor.BaseInterceptor

Packages that use BaseInterceptor
org.apache.ldap.server.authn   
org.apache.ldap.server.authz   
org.apache.ldap.server.exception   
org.apache.ldap.server.normalization   
org.apache.ldap.server.operational   
org.apache.ldap.server.schema   
 

Uses of BaseInterceptor in org.apache.ldap.server.authn
 

Subclasses of BaseInterceptor in org.apache.ldap.server.authn
 class AuthenticationService
          An Interceptor that authenticates users.
 

Uses of BaseInterceptor in org.apache.ldap.server.authz
 

Subclasses of BaseInterceptor in org.apache.ldap.server.authz
 class AuthorizationService
          An Interceptor that controls access to ContextPartitionNexus.
 

Uses of BaseInterceptor in org.apache.ldap.server.exception
 

Subclasses of BaseInterceptor in org.apache.ldap.server.exception
 class ExceptionService
          An Interceptor that detects any operations that breaks integrity of ContextPartition and terminates the current invocation chain by throwing a NamingException.
 

Uses of BaseInterceptor in org.apache.ldap.server.normalization
 

Subclasses of BaseInterceptor in org.apache.ldap.server.normalization
 class NormalizationService
          A name normalization service.
 

Uses of BaseInterceptor in org.apache.ldap.server.operational
 

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

Uses of BaseInterceptor in org.apache.ldap.server.schema
 

Subclasses of BaseInterceptor in org.apache.ldap.server.schema
 class SchemaService
          An Interceptor that manages and enforces schemas.
 



Copyright © 2002-2005 . All Rights Reserved.