| File was renamed from sdk/src/org/opends/sdk/AuthenticatedConnectionFactory.java |
| | |
| | | * Copyright 2009 Sun Microsystems, Inc. |
| | | */ |
| | | |
| | | package org.opends.sdk; |
| | | package com.sun.opends.sdk.tools; |
| | | |
| | | |
| | | |
| | | import java.util.Collection; |
| | | |
| | | import org.opends.sdk.*; |
| | | import org.opends.sdk.requests.*; |
| | | import org.opends.sdk.responses.BindResult; |
| | | import org.opends.sdk.responses.CompareResult; |
| | |
| | | * then the connection attempt will fail and an {@code |
| | | * ErrorResultException} will be thrown. |
| | | */ |
| | | public final class AuthenticatedConnectionFactory |
| | | final class AuthenticatedConnectionFactory |
| | | implements |
| | | ConnectionFactory<AuthenticatedConnectionFactory.AuthenticatedAsynchronousConnection> |
| | | { |