Uses of Class
org.apache.directory.server.core.interceptor.context.GetMatchedNameOperationContext

Packages that use GetMatchedNameOperationContext
org.apache.directory.server.core   
org.apache.directory.server.core.authn   
org.apache.directory.server.core.authz   
org.apache.directory.server.core.interceptor   
org.apache.directory.server.core.normalization   
org.apache.directory.server.core.partition   
 

Uses of GetMatchedNameOperationContext in org.apache.directory.server.core
 

Methods in org.apache.directory.server.core with parameters of type GetMatchedNameOperationContext
 org.apache.directory.shared.ldap.name.LdapDN DefaultOperationManager.getMatchedName(GetMatchedNameOperationContext opContext)
           
 org.apache.directory.shared.ldap.name.LdapDN OperationManager.getMatchedName(GetMatchedNameOperationContext opContext)
          TODO document after determining if this method should be here.
 

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

Methods in org.apache.directory.server.core.authn with parameters of type GetMatchedNameOperationContext
 org.apache.directory.shared.ldap.name.LdapDN AuthenticationInterceptor.getMatchedName(NextInterceptor next, GetMatchedNameOperationContext opContext)
           
 

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

Methods in org.apache.directory.server.core.authz with parameters of type GetMatchedNameOperationContext
 org.apache.directory.shared.ldap.name.LdapDN AciAuthorizationInterceptor.getMatchedName(NextInterceptor next, GetMatchedNameOperationContext opContext)
           
 

Uses of GetMatchedNameOperationContext in org.apache.directory.server.core.interceptor
 

Methods in org.apache.directory.server.core.interceptor with parameters of type GetMatchedNameOperationContext
 org.apache.directory.shared.ldap.name.LdapDN InterceptorChain.getMatchedName(GetMatchedNameOperationContext opContext)
           
 org.apache.directory.shared.ldap.name.LdapDN NextInterceptor.getMatchedName(GetMatchedNameOperationContext opContext)
          Calls the next interceptor's Interceptor.getMatchedName( NextInterceptor, GetMatchedNameOperationContext ).
 org.apache.directory.shared.ldap.name.LdapDN BaseInterceptor.getMatchedName(NextInterceptor next, GetMatchedNameOperationContext opContext)
           
 org.apache.directory.shared.ldap.name.LdapDN Interceptor.getMatchedName(NextInterceptor next, GetMatchedNameOperationContext opContext)
          Filters PartitionNexus.getMatchedName( GetMatchedNameOperationContext ) call.
 

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

Methods in org.apache.directory.server.core.normalization with parameters of type GetMatchedNameOperationContext
 org.apache.directory.shared.ldap.name.LdapDN NormalizationInterceptor.getMatchedName(NextInterceptor nextInterceptor, GetMatchedNameOperationContext opContext)
           
 

Uses of GetMatchedNameOperationContext in org.apache.directory.server.core.partition
 

Methods in org.apache.directory.server.core.partition with parameters of type GetMatchedNameOperationContext
 org.apache.directory.shared.ldap.name.LdapDN PartitionNexusProxy.getMatchedName(GetMatchedNameOperationContext opContext)
           
 org.apache.directory.shared.ldap.name.LdapDN DefaultPartitionNexus.getMatchedName(GetMatchedNameOperationContext matchedNameContext)
           
abstract  org.apache.directory.shared.ldap.name.LdapDN PartitionNexus.getMatchedName(GetMatchedNameOperationContext getMatchedNameContext)
          Gets the most significant Dn that exists within the server for any Dn.
 org.apache.directory.shared.ldap.name.LdapDN PartitionNexusProxy.getMatchedName(GetMatchedNameOperationContext opContext, java.util.Collection<java.lang.String> byPassed)
           
 



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