| | |
| | | import org.forgerock.services.context.AbstractContext; |
| | | import org.forgerock.services.context.Context; |
| | | |
| | | /** Context provided by this LDAP server to the embedded {@link HttpApplication}s. */ |
| | | /** Context provided by this LDAP server to the embedded {@link org.forgerock.http.HttpApplication}s. */ |
| | | public final class LDAPContext extends AbstractContext |
| | | { |
| | | private final ConnectionFactory ldapConnectionFactory; |
| | |
| | | } |
| | | |
| | | /** |
| | | * Get the {@link LDAPConnectionFactory} attached to this context. |
| | | * Get the {@link org.forgerock.opendj.ldap.LDAPConnectionFactory} attached to this context. |
| | | * |
| | | * @return The {@link LDAPConnectionFactory} attached to this context. |
| | | * @return The {@link org.forgerock.opendj.ldap.LDAPConnectionFactory} attached to this context. |
| | | */ |
| | | public ConnectionFactory getLdapConnectionFactory() |
| | | { |