| | |
| | | import java.util.List; |
| | | |
| | | import org.forgerock.i18n.LocalizableMessage; |
| | | import org.opends.server.protocols.asn1.ASN1Exception; |
| | | import org.forgerock.opendj.ldap.DecodeException; |
| | | import org.opends.server.protocols.ldap.AddRequestProtocolOp; |
| | | import org.opends.server.protocols.ldap.AddResponseProtocolOp; |
| | | import org.opends.server.protocols.ldap.LDAPAttribute; |
| | |
| | | * @throws LDAPException If an error occurs while interacting with an LDAP |
| | | * element. |
| | | * |
| | | * @throws ASN1Exception If an error occurs while interacting with an ASN.1 |
| | | * @throws DecodeException If an error occurs while interacting with an ASN.1 |
| | | * element. |
| | | */ |
| | | public LDAPResult doOperation(ObjectFactory objFactory, |
| | | AddRequest addRequest, |
| | | List<org.opends.server.types.Control> controls) |
| | | throws IOException, LDAPException, ASN1Exception |
| | | throws IOException, LDAPException, DecodeException |
| | | { |
| | | LDAPResult addResponse = objFactory.createLDAPResult(); |
| | | addResponse.setRequestID(addRequest.getRequestID()); |