|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 |
Authenticator.authenticate(org.apache.directory.shared.ldap.name.LdapDN bindDn,
ServerContext ctx)
Performs authentication and returns the principal if succeeded. |
LdapPrincipal |
SimpleAuthenticator.authenticate(org.apache.directory.shared.ldap.name.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(org.apache.directory.shared.ldap.name.LdapDN bindDn,
ServerContext ctx)
|
LdapPrincipal |
AnonymousAuthenticator.authenticate(org.apache.directory.shared.ldap.name.LdapDN bindDn,
ServerContext ctx)
If the context is not configured to allow anonymous connections, this method throws a NoPermissionException. |
| 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||