Uses of Class
org.apache.directory.server.core.jndi.ServerContext

Packages that use ServerContext
org.apache.directory.server.core.authn   
org.apache.directory.server.core.jndi   
 

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

Methods in org.apache.directory.server.core.authn with parameters of type ServerContext
 LdapPrincipal AnonymousAuthenticator.authenticate(LdapDN bindDn, ServerContext ctx)
          If the context is not configured to allow anonymous connections, this method throws a NoPermissionException.
 LdapPrincipal Authenticator.authenticate(LdapDN bindDn, ServerContext ctx)
          Performs authentication and returns the principal if succeeded.
 LdapPrincipal SimpleAuthenticator.authenticate(LdapDN principalDn, ServerContext ctx)
          Looks up userPassword attribute of the entry whose name is the value of Context.SECURITY_PRINCIPAL environment variable, and authenticates a user with the plain-text password.
abstract  LdapPrincipal AbstractAuthenticator.authenticate(LdapDN bindDn, ServerContext ctx)
           
 

Uses of ServerContext in org.apache.directory.server.core.jndi
 

Subclasses of ServerContext in org.apache.directory.server.core.jndi
 class ServerDirContext
          The DirContext implementation for the Server Side JNDI LDAP provider.
 class ServerLdapContext
          An implementation of a JNDI LdapContext.