|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ServerContext | |
org.apache.ldap.server.authn | |
org.apache.ldap.server.jndi |
Uses of ServerContext in org.apache.ldap.server.authn |
Methods in org.apache.ldap.server.authn with parameters of type ServerContext | |
LdapPrincipal |
SimpleAuthenticator.authenticate(ServerContext ctx)
Uses the userPassword field of the user to authenticate. |
LdapPrincipal |
AnonymousAuthenticator.authenticate(ServerContext ctx)
This will be called when the authentication is set to "none" on the client. |
abstract LdapPrincipal |
AbstractAuthenticator.authenticate(ServerContext ctx)
Perform the authentication operation and return the authorization id if successfull. |
LdapPrincipal |
Authenticator.authenticate(ServerContext ctx)
Perform the authentication operation and return the authorization id if successfull. |
Uses of ServerContext in org.apache.ldap.server.jndi |
Subclasses of ServerContext in org.apache.ldap.server.jndi | |
class |
ServerDirContext
The DirContext implementation for the Server Side JNDI LDAP provider. |
class |
ServerLdapContext
An Eve implementation of a JNDI LdapContext. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |